Transform.scale3d

Scales next by the given factors.

class Transform
scale3d
(
float factorX
,
float factorY
,
float factorZ
)

Parameters

factorX float

scaling factor on the X axis

factorY float

scaling factor on the Y axis

factorZ float

scaling factor on the Z axis

Return Value

Type: gsk.transform.Transform

The new transform