Multiplies two 4-by-4 matrices with a on the left and b on the right
The matrix product of a and b.
module:twgl/m4
The matrix on the left.
The matrix on the right.
Optional
matrix to hold result. If not passed a new one is created.
Generated using TypeDoc
Multiplies two 4-by-4 matrices with a on the left and b on the right
Returns
The matrix product of a and b.
Member Of
module:twgl/m4