Initializes a new instance.
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 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 -> PointOnCurve
Parameters
- 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