scale
Description:
Adds a scaling transformation to this, using the three given factors.
This is the equivalent of calling init_scale and then multiplying the matrix this with the scale matrix.
Parameters:
this |
a Matrix |
factor_x |
scaling factor on the X axis |
factor_y |
scaling factor on the Y axis |
factor_z |
scaling factor on the Z axis |