This class describes the 3 values defining a 3D orientation azimuth, pitch, roll. More...
Public Member Functions | |
VgOrientation () | |
default constructor | |
VgOrientation (float pAzimuth, float pPitch, float pRoll) | |
constructor with parameters | |
Public Attributes | |
float | mAzimuth |
Azimuth value. | |
float | mPitch |
Pitch value. | |
float | mRoll |
Roll value. |
This class describes the 3 values defining a 3D orientation azimuth, pitch, roll.
VgEngine::VgOrientation::VgOrientation | ( | ) | [inline] |
default constructor
VgEngine::VgOrientation::VgOrientation | ( | float | pAzimuth, |
float | pPitch, | ||
float | pRoll | ||
) | [inline] |
constructor with parameters
Azimuth value.
Pitch value.
Roll value.