Luna::Float3x3::operator==

bool operator==(const Float3x3 &m) const

Compares two matrices for equality.

Parameters

  • in m

    The matrix to compare with.

Return value

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