|
BSplineGetPositionOnBSpline Method |
Returns a Point3D that lies on the B-spline based on the controlPoints (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 GetPositionOnBSpline(
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 B-spline
See Also