Click or drag to resize

EllipsoidRadialProjection Method

Computes the radial projection of the position vector onto the surface of the ellipsoid.

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

Parameters

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

Return Value

Type: Cartesian
The Cartesian position of the surface point.
Remarks
The projection is onto the side of the ellipsoid surface closest to the provided point.
See Also