Click or drag to resize

PointOnCurve Constructor

Initializes a new instance.

Namespace:  AGI.Foundation.Geometry.Shapes
Assembly:  AGI.Foundation.Core (in AGI.Foundation.Core.dll) Version: 24.1.418.0 (24.1.418.0)
Syntax
public PointOnCurve(
	double fraction,
	double arcDistance,
	Cartesian point
)

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