![]() |
DUNE: Uniform Navigational Environment
2022.04.0
|
Public Member Functions | |
EulerAnglesZyx () | |
EulerAnglesZyx (double roll, double pitch, double yaw) | |
EulerAnglesZyx (const Quaternion &quat) | |
Public Attributes | |
double | roll |
double | pitch |
double | yaw |
Friends | |
std::ostream & | operator<< (std::ostream &os, const EulerAnglesZyx &eul) |
DUNE::Math::EulerAnglesZyx::EulerAnglesZyx | ( | ) |
DUNE::Math::EulerAnglesZyx::EulerAnglesZyx | ( | double | roll, |
double | pitch, | ||
double | yaw | ||
) |
DUNE::Math::EulerAnglesZyx::EulerAnglesZyx | ( | const Quaternion & | quat | ) |
|
friend |
double DUNE::Math::EulerAnglesZyx::pitch |
Referenced by EulerAnglesZyx(), DUNE::Math::operator<<(), and DUNE::Math::Quaternion::Quaternion().
double DUNE::Math::EulerAnglesZyx::roll |
Referenced by EulerAnglesZyx(), DUNE::Math::operator<<(), and DUNE::Math::Quaternion::Quaternion().
double DUNE::Math::EulerAnglesZyx::yaw |
Referenced by EulerAnglesZyx(), DUNE::Math::operator<<(), and DUNE::Math::Quaternion::Quaternion().