Click or drag to resize

CurveInterpolateUsingFraction Method

Provides the location of a point on the curve that is the indicated fraction of the distance between the InitialPoint and FinalPoint.

Namespace:  AGI.Foundation.Geometry.Shapes
Assembly:  AGI.Foundation.Core (in AGI.Foundation.Core.dll) Version: 24.1.418.0 (24.1.418.0)
Syntax
public abstract Cartesian InterpolateUsingFraction(
	double fraction
)

Parameters

fraction
Type: SystemDouble
The portion of the distance along the curve.

Return Value

Type: Cartesian
The point at the indicated position along the curve.
Remarks
The value of the fraction parameter should range between 0.0 and 1.0.
See Also