Holds pitch, yaw and roll.
More...
#include <orientation.h>
Holds pitch, yaw and roll.
- Note
- Instances are immutable
Definition at line 45 of file orientation.h.
◆ Orientation() [1/2]
EMANE::Orientation::Orientation |
( |
| ) |
|
|
inline |
◆ Orientation() [2/2]
EMANE::Orientation::Orientation |
( |
double |
dRollDegrees, |
|
|
double |
dPitchDegrees, |
|
|
double |
dYawDegrees |
|
) |
| |
|
inline |
Creates an Orientation instance
- Parameters
-
dRollDegrees | Roll in degrees |
dPitchDegrees | Pitch in degrees |
dYawDegrees | Yaw in degrees |
Definition at line 45 of file orientation.inl.
◆ getPitchDegrees()
double EMANE::Orientation::getPitchDegrees |
( |
| ) |
const |
|
inline |
◆ getPitchRadians()
double EMANE::Orientation::getPitchRadians |
( |
| ) |
const |
|
inline |
◆ getRollDegrees()
double EMANE::Orientation::getRollDegrees |
( |
| ) |
const |
|
inline |
◆ getRollRadians()
double EMANE::Orientation::getRollRadians |
( |
| ) |
const |
|
inline |
◆ getYawDegrees()
double EMANE::Orientation::getYawDegrees |
( |
| ) |
const |
|
inline |
◆ getYawRadians()
double EMANE::Orientation::getYawRadians |
( |
| ) |
const |
|
inline |
◆ operator==()
bool EMANE::Orientation::operator== |
( |
const Orientation & |
rhs | ) |
const |
|
inline |
Determines if another instance is equal
- Returns
- true if equal, false if not
Definition at line 92 of file orientation.inl.
The documentation for this class was generated from the following files: