scale3d

fun scale3d(factorX: Float, factorY: Float, factorZ: Float): Transform?

Scales @next by the given factors.

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