MCPcopy Create free account
hub / github.com/OGSR/OGSR-Engine / intersected

Method intersected

ogsr_engine/xrCore/_rect.h:175–175  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

173 };
174
175 IC BOOL intersected(SelfCRef b1, SelfCRef b2) const { return !(b1.x1 > b2.x2 || b1.x2 < b2.x1 || b1.y1 > b2.y2 || b1.y2 < b2.y1); }
176 IC BOOL intersected(SelfCRef b) const { return intersected(*this, b); }
177
178 IC BOOL intersection(SelfCRef b1, SelfCRef b2)

Callers 6

UpdateMethod · 0.80
DrawMethod · 0.80
InitMethod · 0.80
IsRectVisibleMethod · 0.80
NeedShowPointerMethod · 0.80
UpdateSpotsMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected