Matrix4x4::GetScale

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

GetScale obtains the scale factor of the current matrix.

Parameters
Parameters 
Description 
T * tX 
The scale factor applied along the X axis. 
T * tY 
The scale factor applied along the Y axis. 
T * tZ 
The scale factor applied along the Z axis.