 |
BSplineGetPositionOnNURBSCurve Method |
Returns a 3D point that lies on the NURBS curve based on the control points and weights (provided via the constructor) and t.
The t argument can have any value between 0 to 1, with 0 corresponding to the first control point and 1
corresponding to the last control point.
Namespace: Ab4d.SharpEngine.UtilitiesAssembly: Ab4d.SharpEngine (in Ab4d.SharpEngine.dll) Version: 4.0.9584+ba1aaa26d4181dd3fa8ed7b6398391d1affa36c8
Syntaxpublic Vector3 GetPositionOnNURBSCurve(
float t
)
Parameters
- t Single
- The t argument can have any value between 0 to 1, with 0 corresponding to the first control point and 1 corresponding to the last control point.
Return Value
Vector33D point that lies on the NURBS curve.
See Also