scale3d
fun scale3d(factorX: <Error class: unknown class>, factorY: <Error class: unknown class>, factorZ: <Error class: unknown class>): Transform?
Scales @next by the given factors.
This function consumes @next. Use method@Gsk.Transform.ref first if you want to keep it around.
Return
The new transform
Parameters
factorX
scaling factor on the X axis
factorY
scaling factor on the Y axis
factorZ
scaling factor on the Z axis