PointOnCurveArcDistance Property |
Gets the actual distance along the curve at which this point occurs.
This value is between 0.0 and the
AngleSubtended of 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 double ArcDistance { get; }
Public ReadOnly Property ArcDistance As Double
Get
public:
property double ArcDistance {
double get ();
}
member ArcDistance : float with get
Property Value
Type:
DoubleSee Also