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