DUECA/DUSIME
Loading...
Searching...
No Matches
dueca::ECEF Struct Reference

ECEF coordinate set class. More...

#include <AxisTransforms.hxx>

Inheritance diagram for dueca::ECEF:
Collaboration diagram for dueca::ECEF:

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.
Carthesianoperator= (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.

Detailed Description

ECEF coordinate set class.


The documentation for this struct was generated from the following file: