Matrix.initScale
graphene.matrix.Matrix initScale(float x, float y, float z)Initializes a #graphene_matrix_t with the given scaling factors.
Parameters
x | the scale factor on the X axis |
y | the scale factor on the Y axis |
z | the scale factor on the Z axis |
Returns
the initialized matrix