scale_3d


Description:

[ DestroysInstance ]
public Transform? scale_3d (float factor_x, float factor_y, float factor_z)

Scales this by the given factors.

This function consumes this. Use [method@Gsk.Transform.ref] first if you want to keep it around.

Parameters:

this

the next transform

factor_x

scaling factor on the X axis

factor_y

scaling factor on the Y axis

factor_z

scaling factor on the Z axis

Returns:

The new transform