Matrix4x4::GetTranslation

Matrix4x4::GetTranslation
SF_EXPORT void GetTranslation(T * tX, T * tY, T * tZ) const;
Description

GetTranslation obtains the translation value of the current matrix.

Parameters
Parameters 
Description 
T * tX 
Pointer to a value which will contain the X translation. 
T * tY 
Pointer to a value which will contain the Y translation. 
T * tZ 
Pointer to a value which will contain the Z translation.