Matrix2x4::AppendScaling

Matrix2x4::AppendScaling
inline Matrix2x4& AppendScaling(T scale);
inline Matrix2x4& AppendScaling(T sx, T sy);
inline Matrix2x4& AppendScaling(Size<T> scale);
Description

AppendScaling appends a scale change to the matrix. When performing transformations, the matrix performs the scale changes after other transformations.

Parameters
Parameters 
Description 
T scale 
The scaling factor applied. 
T sx 
Scale factor along the X axis. 
T sy 
Scale factor along the Y axis.