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