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