m = m * n
Multiplies the 3x3 matrix m by the 2x2 matrix n and stores the result in m.
m
n
This is a convenience function where m is assumed to be a 2D transformation matrix and n a 2D rotation matrix
a 3x3 matrix object
a 2x2 matrix object
m, multiplied by n
m = m * nMultiplies the 3x3 matrix
mby the 2x2 matrixnand stores the result inm.This is a convenience function where
mis assumed to be a 2D transformation matrix andna 2D rotation matrix