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

Public Member Functions | |
| ArECEFCoords (double x, double y, double z) | |
| ArENUCoords | ECEF2ENU (ArECEFCoords ref) |
| ArLLACoords | ECEF2LLA (void) |
| ArENUCoords ArECEFCoords::ECEF2ENU | ( | ArECEFCoords | ref | ) |
Converts Earth Centered Earth Fixed coordinates into the tangential East North Up coordinates with ref being the origin.
| ref,: | The ECEF coords of the origin. |
| ArLLACoords ArECEFCoords::ECEF2LLA | ( | void | ) |
Converts Earth Centered Earth Fixed coordinates into Latitude Longitude Altitude coordinates.
1.4.7