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