Click or drag to resize

Ellipsoid.SurfaceNormal 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: 25.1.421.0 (25.1.421.0)
Syntax
public static UnitCartesian SurfaceNormal(
	Cartographic position
)

Parameters

position
Type: AGI.Foundation.Coordinates.Cartographic
The cartographic (planetodetic) position.

Return Value

Type: UnitCartesian
The motion of the normal.
See Also