 |
BezierCurveGetPositionOnCurve Method |
Returns a 3D point that lies on the Bezier curve. 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: 3.2.9386+3a404a3e1ebfa4efd231da7fe6f10dfb23b95dc4
Syntaxpublic Vector3 GetPositionOnCurve(
float t
)
Parameters
- t Single
- The t argument can have any value between 0 and 1, with 0 corresponding to the first control
point and 1 corresponding to the last control point.
Return Value
Vector3A Vector3 describing a 3D point that lies on the Bezier curve.
Remarks[Missing <remarks> documentation for "M:Ab4d.SharpEngine.Utilities.BezierCurve.GetPositionOnCurve(System.Single)"]
See Also