EllipsoidSurfaceNormal Method (Double, Double) |
The unit Cartesian vector directed along the surface normal at the provided cartographic longitude and latitude.
Namespace:
AGI.Foundation.Geometry.Shapes
Assembly:
AGI.Foundation.Core (in AGI.Foundation.Core.dll) Version: 24.2.419.0 (24.2.419.0)
Syntax public static UnitCartesian SurfaceNormal(
double longitude,
double latitude
)
Public Shared Function SurfaceNormal (
longitude As Double,
latitude As Double
) As UnitCartesian
public:
static UnitCartesian SurfaceNormal(
double longitude,
double latitude
)
static member SurfaceNormal :
longitude : float *
latitude : float -> UnitCartesian
Parameters
- longitude
- Type: SystemDouble
The longitude coordinate measured from the prime meridian about the z-axis. - latitude
- Type: SystemDouble
The planetodetic latitude coordinate measured from the x-y plane to the surface normal.
Return Value
Type:
UnitCartesianThe motion of the normal.
See Also