Click or drag to resize

Curve.InterpolateUsingAngleSubtended 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: 25.1.421.0 (25.1.421.0)
Syntax
public abstract Cartesian InterpolateUsingAngleSubtended(
	double angle
)

Parameters

angle
Type: System.Double
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