Click or drag to resize

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

Parameters

t
Type: SystemDouble
The fractional distance along the curve, in the range [0, 1].

Return Value

Type: Double
The interpolated point on the curve.
See Also