![]() |
OpenDAFF C++ API
v1.7
Directional Audio File Format
|
Data class for orientations in yaw-pitch-roll (YPR) angles (right-handed OpenGL coordinate system) More...
#include <DAFFDefs.h>
Public Member Functions | |
DAFFOrientationYPR () | |
Default constructor. More... | |
DAFFOrientationYPR (float fInitYawAngleDeg, float fInitPitchAngleDeg, float fInitRollAngleDeg) | |
Initializing constructor. More... | |
std::string | toString () const |
Return a string of the orientation. More... | |
Public Attributes | |
float | fYawAngleDeg |
Yaw angle (degrees) More... | |
float | fPitchAngleDeg |
Pitch angle (degrees) More... | |
float | fRollAngleDeg |
Roll angle (degrees) More... | |
Data class for orientations in yaw-pitch-roll (YPR) angles (right-handed OpenGL coordinate system)
Yaw Pitch Roll angles define Euler angles using the OpenGL right-handed Cartesian coordinate system.
Definition at line 138 of file DAFFDefs.h.
|
inline |
Default constructor.
Definition at line 146 of file DAFFDefs.h.
|
inline |
Initializing constructor.
fInitYawAngleDeg | Initial yaw angle in degree |
fInitPitchAngleDeg | Initial pitch angle in degree |
fInitRollAngleDeg | Initial roll angle in degre |
Definition at line 158 of file DAFFDefs.h.
|
inline |
Return a string of the orientation.
Definition at line 168 of file DAFFDefs.h.
float DAFFOrientationYPR::fPitchAngleDeg |
Pitch angle (degrees)
Definition at line 142 of file DAFFDefs.h.
float DAFFOrientationYPR::fRollAngleDeg |
Roll angle (degrees)
Definition at line 143 of file DAFFDefs.h.
float DAFFOrientationYPR::fYawAngleDeg |
Yaw angle (degrees)
Definition at line 141 of file DAFFDefs.h.