AppendTranslation appends a translation to the matrix. When performing transformations, the matrix performs the translation changes after other transformations.
|
Parameters |
Description |
|
T sx |
The translation value along the X axis. |
|
T sy |
The translation value along the Y axis. |
|
Point<T> pt |
The translation point. |