o = m * n
Multiplies the 4x4 matrix m by the 4x4 matrix n and stores the result in o
m
n
o
a 4x4 matrix object
a 4x4 matrix object in which to store the result
o as the result of the multiplication
Generated using TypeDoc
o = m * n
Multiplies the 4x4 matrix
m
by the 4x4 matrixn
and stores the result ino