Function navtk::navutils::llh_to_ecef
Defined in File navigation.hpp
Function Documentation
-
Vector3 navtk::navutils::llh_to_ecef(const Vector3 &Pwgs)
Converts a position expressed in WGS-84 latitude, longitude, height above ellipsoid (LLH) coordinates (sometimes referred to as “Geodetic” coordinates) to Earth-Centered Earth-Fixed (ECEF) coordinates.
REFERENCE: WGS-84 Reference System (NIMA report TR 8350.2)
See also
Coordinate Frames for more information about ECEF and latitude, longitude, and height expressions of position.
- Parameters
Pwgs – Geodetic position defined relative to WGS-84 ellipsoid, expressed as a length three vector of latitude, longitude, and ellipsoidal altitude (radians, radians, meters)
- Returns
ECEF Position: [x y z] (meters).