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
Generated using TypeDoc
m = m * n
Multiplies the 3x3 matrix
m
by the 2x2 matrixn
and stores the result inm
.This is a convenience function where
m
is assumed to be a 2D transformation matrix andn
a 2D rotation matrix