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