|
BSplineGetPositionOnNURBSCurve Method |
Returns a Point3D that lies on the NURBS curve based on the controlPoints and weights (defined with the constructor) and t. The t argument can have any value from 0 to 1; 0 meaning the first control point and 1 meaning the last control point.
Namespace: Ab3d.UtilitiesAssembly: Ab3d.PowerToys (in Ab3d.PowerToys.dll) Version: 11.1.8864.1045
Syntax public Point3D GetPositionOnNURBSCurve(
double t
)
Parameters
- t Double
- The t argument can have any value from 0 to 1; 0 meaning the first control point and 1 meaning the last control point.
Return Value
Point3DPoint3D that lies on the NURBS curve
See Also