Click or drag to resize

CurveAngleSubtended Property

Gets the angle subtended by the curve.

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 double AngleSubtended { get; }

Property Value

Type: Double
Remarks
The value of the angle subtended may not represent an angular measure from a consistent vertex. For simple curves, it is an angular measure determined from a vertex in a space convenient for expressing points on the curve. For complex curves, it is the sum of the angles subtended by each of the constituent curves.
See Also