Luna::operator*

Float3x3 operator*(const Float3x3 &m1, const Float3x3 &m2)

Multiplies two matrices. The multiplication is performed on every component of two matrices.

Parameters

  • in m1

    The first matrix.

  • in m2

    The second matrix.

Return value

Returns the result matrix.