Click or drag to resize

EllipsoidSurfaceCurveIntersectionResults Constructor

Initializes an 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 EllipsoidSurfaceCurveIntersectionResults(
	Cartographic location,
	double distanceAlongPrimaryCurve,
	double distanceAlongSecondaryCurve
)

Parameters

location
Type: AGI.Foundation.CoordinatesCartographic
The location of the intersection.
distanceAlongPrimaryCurve
Type: SystemDouble
The distance along the primary curve.
distanceAlongSecondaryCurve
Type: SystemDouble
The distance along the secondary curve.
See Also