init_scale


Description:

[ Version ( since = "1.0" ) ]
public unowned Matrix? init_scale (float x, float y, float z)

Initializes a Matrix with the given scaling factors.

Parameters:

this

a Matrix

x

the scale factor on the X axis

y

the scale factor on the Y axis

z

the scale factor on the Z axis

Returns:

the initialized matrix