Back to class index
| OBB::BitEqualsSyntaxbool OBB::BitEquals(const OBB &other) const; [1 line of code]Compares whether this OBB and the given OBB are identical bit-by-bit in the underlying representation. Note Prefer using this over e.g. memcmp, since there can be SSE-related padding in the structures. |