BezierCurveQueryInterpolationPoint 方法 |
求贝塞尔曲线在 t 时刻的点(空间参考不克隆)
命名空间:
GISShare.SMap.Geometry
程序集:
GISShare.SMap (在 GISShare.SMap.dll 中) 版本:1.9.1.6 (1.9.1.6)
语法public IPoint QueryInterpolationPoint(
double t
)
Public Function QueryInterpolationPoint (
t As Double
) As IPoint
public:
virtual IPoint^ QueryInterpolationPoint(
double t
) sealed
abstract QueryInterpolationPoint :
t : float -> IPoint
override QueryInterpolationPoint :
t : float -> IPoint
参数
- t
- 类型: SystemDouble
t 时刻
返回值
类型:
IPoint实现
IBezierCurveQueryInterpolationPoint(Double)
参见