static inline Matrix3x4<T> Translation(T tX, T tY, T tZ);
Translation creates a translation matrix.
|
Parameters |
Description |
|
T tX |
Translation value along the X axis. |
|
T tY |
Translation value along the Y axis. |
|
T tZ |
Translation value along the Z axis. |