|
Aria
2.7.5.2
|
#include <ArGPSCoords.h>
Inherits Ar3DPoint.
Public Member Functions | |
| ArLLACoords (double x, double y, double z) | |
| double | getAltitude (void) const |
| double | getLatitude (void) const |
| double | getLongitude (void) const |
| ArECEFCoords | LLA2ECEF (void) |
Public Member Functions inherited from Ar3DPoint | |
| Ar3DPoint (double x, double y, double z) | |
| Ar3DPoint | cross (Ar3DPoint c) |
| Cross product. | |
| double | dot (Ar3DPoint c) |
| Dot product. | |
| double | getX () const |
| double | getY () const |
| double | getZ () const |
| Ar3DPoint | operator* (double c) |
| Diff. | |
| Ar3DPoint | operator+ (Ar3DPoint c) |
| Add. | |
| Ar3DPoint | operator- (Ar3DPoint c) |
| Diff. | |
| void | print (const char *head=NULL) |
| Print. More... | |
| ~Ar3DPoint () | |
| Destructor. | |
Additional Inherited Members | |
Protected Attributes inherited from Ar3DPoint | |
| double | myX |
| double | myY |
| double | myZ |
Latitude, Longitude and Altitude Coordinates.
| ArECEFCoords ArLLACoords::LLA2ECEF | ( | void | ) |
Converts Latitude Longitude Altitude coordinates into Earth Centered Earth Fixed coordinates.