Click or drag to resize

EllipsoidSurfaceNormal Method (Cartographic)

The unit Cartesian vector directed along the surface normal at the provided cartographic position.

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 static UnitCartesian SurfaceNormal(
	Cartographic position
)

Parameters

position
Type: AGI.Foundation.CoordinatesCartographic
The cartographic (planetodetic) position.

Return Value

Type: UnitCartesian
The motion of the normal.
See Also