|
gForceSDK
|
Data type of Eulerian angle. More...
#include <Quaternion.h>
Public Member Functions | |
| Euler () | |
| Default constructor. | |
| Euler (float pitch, float roll, float yaw) | |
| Constructor with 3 elements. | |
| float | pitch () const |
| Get pitch. More... | |
| float | roll () const |
| Get roll. More... | |
| float | yaw () const |
| Get yaw. More... | |
| std::string | toString () const |
| Get a human-readable value. More... | |
Data type of Eulerian angle.
|
inline |
Get pitch.
|
inline |
Get roll.
|
inline |
Get a human-readable value.
|
inline |
Get yaw.