scale


Description:

[ Version ( since = "1.0" ) ]
public void scale (float factor_x, float factor_y, float factor_z)

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