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