Adds a scaling transformation to @m, using the three given factors.
This is the equivalent of calling graphene_matrix_init_scale() 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
1.0
See Implementation
Adds a scaling transformation to @m, using the three given factors.
This is the equivalent of calling graphene_matrix_init_scale() and then multiplying the matrix @m with the scale matrix.