Click or drag to resize

EllipsoidSurfaceProjection Method (Cartesian)

Computes the projection of the cartesian position onto the ellipsoid surface.

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 Cartesian SurfaceProjection(
	Cartesian position
)

Parameters

position
Type: AGI.Foundation.CoordinatesCartesian
The cartesian position.

Return Value

Type: Cartesian
The cartesian position of the surface projection.
Exceptions
ExceptionCondition
ArgumentException Thrown when the position parameter is near the center of the ellipsoid. Use the IsAtCenter(Cartesian) member to test any such points if they will exist in the domain of the calling function.
See Also