inline Matrix2x4& AppendShearing(T sh, T sv);
AppendShearing appends a shearing to the matrix. When performing transformations, the matrix performs the shearing after other transformations.
Parameters |
Description |
T sh |
Amount to shear the x coordinate. |
T sv |
Amount to shear the y coordinate. |