|
DUECA/DUSIME
|
ECEF coordinate set class. More...
#include <AxisTransforms.hxx>


Public Member Functions | |
| ECEF (double x=0.0, double y=0.0, double z=0.0) | |
| Constructor, straightforward from x, y and z. | |
| ECEF (const LatLonAlt &lla) | |
| Constructor from lat, lon, altitude. | |
| ECEF (const ECEF &o) | |
| Copy constructor. | |
Public Member Functions inherited from dueca::Carthesian | |
| Carthesian (double x=0.0, double y=0.0, double z=0.0) | |
| Constructor, straightforward. | |
| Carthesian (const Carthesian &o) | |
| Copy constructor. | |
| Carthesian & | operator= (const Carthesian &) |
| Assignment !!! | |
Additional Inherited Members | |
Public Attributes inherited from dueca::Carthesian | |
| double | x |
| x coordinate | |
| double | y |
| y coordinate | |
| double | z |
| z coordinate | |
| VectorE | xyz |
| All coordinates as a vector. | |
ECEF coordinate set class.