KCurve3d.getPoint() method
求曲线参数值对应的曲线上的点位置。
Get the point on the curve specified by the input parameter t.
Signature:
getPoint(t: number): KPoint3d;
Links: getPoint(t: number): KPoint3d;
Parameters
Parameter | Type | Description |
---|---|---|
t | number | 参数值 Parameter value |
Returns:
曲线参数 对应的曲线上的点。
The point on the curve for the input parameter.