SF_EXPORT void GetScale(T * tX, T * tY, T * tZ) const;
GetScale obtains the scale factor of the current matrix.
|
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. |