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.2.419.0 (24.2.419.0)
Syntax public abstract double AngleSubtended { get; }
Public MustOverride ReadOnly Property AngleSubtended As Double
Get
public:
virtual property double AngleSubtended {
double get () abstract;
}
abstract AngleSubtended : float with get
Property Value
Type:
DoubleRemarks
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