BezierCurve2DInterpolate Method |
Interpolates the bezier curve at the specified fractional distance along the curve.
Namespace: Demo3D.CommonAssembly: Demo3D.Common (in Demo3D.Common.dll) Version: 19.00.00
Syntaxpublic Vector2 Interpolate(
double t
)
Parameters
- t Double
- The fractional distance along the curve, in the range [0, 1].
Return Value
Vector2The interpolated point on the curve.
See Also