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
factorX | scaling factor on the X axis |
factorY | scaling factor on the Y axis |
factorZ | scaling factor on the Z axis |