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