#include <GteEulerAngles.h>
Public Member Functions | |
| EulerAngles () | |
| EulerAngles (int i0, int i1, int i2, Real a0, Real a1, Real a2) | |
Public Attributes | |
| Real | angle [3] |
| int | axis [3] |
| EulerResult | result |
Definition at line 40 of file GteEulerAngles.h.
| gte::EulerAngles< Real >::EulerAngles | ( | ) |
Definition at line 56 of file GteEulerAngles.h.
| gte::EulerAngles< Real >::EulerAngles | ( | int | i0, |
| int | i1, | ||
| int | i2, | ||
| Real | a0, | ||
| Real | a1, | ||
| Real | a2 | ||
| ) |
Definition at line 68 of file GteEulerAngles.h.
| Real gte::EulerAngles< Real >::angle[3] |
Definition at line 47 of file GteEulerAngles.h.
| int gte::EulerAngles< Real >::axis[3] |
Definition at line 46 of file GteEulerAngles.h.
| EulerResult gte::EulerAngles< Real >::result |
Definition at line 51 of file GteEulerAngles.h.