o = m * n
Multiplies the 3x3 matrix m by the 3x3 matrix n and stores the result in o
m
n
o
a 3x3 matrix object
a 3x3 matrix object in which to store the result
o as the result of the multiplication
o = m * nMultiplies the 3x3 matrix
mby the 3x3 matrixnand stores the result ino