BezierCurveQueryTangentAngle 方法 |
求贝塞尔曲线在 t 时刻时该点的切线角度(0-2PI 逆时针,单位弧度)
命名空间:
GISShare.SMap.Geometry
程序集:
GISShare.SMap (在 GISShare.SMap.dll 中) 版本:1.9.1.6 (1.9.1.6)
语法public double QueryTangentAngle(
double t
)
Public Function QueryTangentAngle (
t As Double
) As Double
public:
virtual double QueryTangentAngle(
double t
) sealed
abstract QueryTangentAngle :
t : float -> float
override QueryTangentAngle :
t : float -> float
参数
- t
- 类型: SystemDouble
t 时刻
返回值
类型:
Double实现
IBezierCurveQueryTangentAngle(Double)
参见