MCPcopy Create free account
hub / github.com/TorqueGameEngines/Torque3D / overlaps

Method overlaps

Engine/source/math/mRect.h:217–220  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

215}
216
217inline bool RectI::overlaps(RectI R) const
218{
219 return R.intersect (* this);
220}
221
222inline void RectI::inset(S32 x, S32 y)
223{

Callers 11

renderSceneMethod · 0.80
renderPathMethod · 0.80
renderSceneMethod · 0.80
renderPathMethod · 0.80
updateGridMethod · 0.80
hitMethod · 0.80
findHitControlsMethod · 0.80
_isScrollCompleteMethod · 0.80
onMouseDraggedMethod · 0.80
onMouseUpMethod · 0.80
onRenderMethod · 0.80

Calls 1

intersectMethod · 0.45

Tested by

no test coverage detected