Matrix.initScale
void initScale(double sx, double sy)Initializes matrix to a transformation that scales by sx and sy in the X and Y dimensions, respectively.
Parameters
sx | scale factor in the X direction |
sy | scale factor in the Y direction |
void initScale(double sx, double sy)Initializes matrix to a transformation that scales by sx and sy in the X and Y dimensions, respectively.
sx | scale factor in the X direction |
sy | scale factor in the Y direction |