scale_3d
Description:
public void scale_3d (
float factor_x,
float factor_y,
float factor_z)
Scales this's coordinate system by the given factors.
Parameters:
this |
a `GtkSnapshot`
|
factor_x |
scaling factor on the X axis
|
factor_y |
scaling factor on the Y axis
|
factor_z |
scaling factor on the Z axis
|