Luna::Float3x3::operator/=

Float3x3 & operator/=(const Float3x3 &mat)

Divides one matrix from this matrix. The division is performed on every component of two matrices.

Parameters

  • in mat

    The matrix to divide from this matrix.

Return value

Returns *this.