DUECA/DUSIME
|
Utilities for axis transformations. More...
Classes | |
struct | dueca::Orientation |
Represent an orientation or rotation transformation with a quaternion. More... | |
struct | dueca::EulerAngles |
Euler angles describing an orientation. More... | |
struct | dueca::Carthesian |
Set of x, y, z Carthesian coordinates. More... | |
struct | dueca::ECEF |
ECEF coordinate set class. More... | |
struct | dueca::LatLonAlt |
Position on the WGS geoid in geodetic coordinates. More... | |
class | dueca::LocalAxis |
This class produces an "efficient" implementation of a local axis frame mapped onto ECEF or lat-lon-alt coordinates. More... | |
Namespaces | |
namespace | std |
print the IncoRole to a stream | |
Functions | |
ostream & | std::operator<< (ostream &os, const dueca::EulerAngles &c) |
Print an EulerAngles object. | |
ostream & | std::operator<< (ostream &os, const dueca::LatLonAlt &lla) |
Print a LatLonAlt object. | |
ostream & | std::operator<< (ostream &os, const dueca::Carthesian &c) |
Print a Carthesian object. | |
ostream & | std::operator<< (ostream &os, const dueca::Orientation &c) |
Print an Orientation object. | |
Utilities for axis transformations.