Matrix3x4::GetRotation

Matrix3x4::GetRotation
void GetRotation(T * eX, T * eY, T * eZ) const;
Description

GetRotation returns the euler angles representing the three-dimensional rotation.

Parameters
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.