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