void GetRotation(T * eX, T * eY, T * eZ) const;
GetRotation returns the euler angles representing the three-dimensional rotation.
Parameters |
Description |
T * eX |
Pointer to the value where the resulting X rotation will be stored. |
T * eY |
Pointer to the value where the resulting Y rotation will be stored. |
T * eZ |
Pointer to the value where the resulting Z rotation will be stored. |