Initializes a new instance.
            
 
    Namespace: 
   AGI.Foundation.Geometry.Shapes
    Assembly:
   AGI.Foundation.Core (in AGI.Foundation.Core.dll) Version: 25.1.421.0 (25.1.421.0)
Syntaxpublic PointOnCurve(
	double fraction,
	double arcDistance,
	Cartesian point
)
Public Sub New ( 
	fraction As Double,
	arcDistance As Double,
	point As Cartesian
)
public:
PointOnCurve(
	double fraction, 
	double arcDistance, 
	Cartesian point
)
new : 
        fraction : float * 
        arcDistance : float * 
        point : Cartesian -> PointOnCurveParameters
- fraction
 - Type: SystemDouble
The fractional distance along the curve at which this point occurs. - arcDistance
 - Type: SystemDouble
The real distance along the curve at which this point occurs. - point
 - Type: AGI.Foundation.CoordinatesCartesian
The location of the point. 
See Also