Luna::Float4x4::operator*=
Float4x4 & operator*=(const Float4x4 &mat)
Multiplies one matrix to this matrix. The multiplication is performed on every component of two matrices.
Parameters
-
in mat
The matrix to multiply to this matrix.
Return value
Returns *this
.