空间曲线的参数方程
二维直线
经过一点 P ( x 0 , y 0 ) P(x_0,y_0) P(x0,y0)的方向向量为 n ( c o s θ , s i n θ ) n(cos\theta,sin\theta) n(cosθ,sinθ)的直线参数方程为: [ x y …
环境配置
delve仓库,含有教程:https://github.com/go-delve/delve
golang的debugging教程:https://github.com/golang/vscode-go/wiki/debugging
> go version
go version go1.20 windows/amd64> go install github.com/go-delve/de…