Click or drag to resize

Ellipsoid.RadialProjection 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: 25.1.421.0 (25.1.421.0)
Syntax
public Cartesian RadialProjection(
	Cartesian position
)

Parameters

position
Type: AGI.Foundation.Coordinates.Cartesian
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