Click or drag to resize

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: 19.00.00
Syntax
C#
public Vector2 Interpolate(
	double t
)

Parameters

t  Double
The fractional distance along the curve, in the range [0, 1].

Return Value

Vector2
The interpolated point on the curve.
See Also