Luna::Float3x3::operator!=

bool operator!=(const Float3x3 &m) const

Compares two matrices for non-equality.

Parameters

  • in m

    The matrix to compare with.

Return value

Returns true if two matrices are not equal. Returns false otherwise.