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