1 #ifndef _VNMATH_POSITION_H_
2 #define _VNMATH_POSITION_H_
43 PositionType _underlyingType;
static PositionD fromEcef(vec3d ecef)
Creates a new PositionD from an earth-centered, earth-fixed.
static PositionD fromLla(vec3d lla)
Creates a new PositionD from a latitude, longitude, altitude.
Representation of a position/location.
Definition: position.h:10