Matrix2x4::AppendShearing

Matrix2x4::AppendShearing
inline Matrix2x4& AppendShearing(T sh, T sv);
Description

AppendShearing appends a shearing to the matrix. When performing transformations, the matrix performs the shearing after other transformations.

Parameters
Parameters 
Description 
T sh 
Amount to shear the x coordinate. 
T sv 
Amount to shear the y coordinate.