#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 |
|
Converts Tangential East North Up coordinates with ref as origin into Earth Centered Earth Fixed Coordinates.
|