Click or drag to resize

CurveInterpolateUsingAngleSubtended Method

Provides the location of a point on the curve that is at the indicated angle defined 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 InterpolateUsingAngleSubtended(
	double angle
)

Parameters

angle
Type: SystemDouble
The angle from the initial point.

Return Value

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