Matrix.scale

void scale(float factorX, float factorY, float factorZ)

Adds a scaling transformation to m, using the three given factors.

This is the equivalent of calling [graphene.matrix.Matrix.initScale] and then multiplying the matrix m with the scale matrix.

Parameters

factorXscaling factor on the X axis
factorYscaling factor on the Y axis
factorZscaling factor on the Z axis