Matrix2x4::PrependScaling

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

PrependScaling prepends a scale change to the matrix. When performing transformations, the matrix performs the scale changes before other transformations.

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