#include <ArGPSCoords.h>
Inheritance diagram for ArENUCoords:

Public Member Functions | |
| ArENUCoords (double x, double y, double z) | |
| ArECEFCoords | ENU2ECEF (ArLLACoords ref) |
| double | getEast (void) const |
| double | getNorth (void) const |
| double | getUp (void) const |
| ArECEFCoords ArENUCoords::ENU2ECEF | ( | ArLLACoords | ref | ) |
Converts Tangential East North Up coordinates with ref as origin into Earth Centered Earth Fixed Coordinates.
| ref,: | The coordinates of the origin. |
1.4.7