Back to class index
| Plane::BitEqualsSyntaxbool Plane::BitEquals(const Plane &other) const; [1 line of code]Compares whether this Plane and the given Plane 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. |