MCPcopy Create free account
hub / github.com/MyGUI/mygui / inside

Method inside

MyGUIEngine/include/MyGUI_TRect.h:118–122  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

116 }
117
118 bool inside(const TRect<T>& _value) const
119 {
120 return (
121 (_value.left >= left) && (_value.right <= right) && (_value.top >= top) && (_value.bottom <= bottom));
122 }
123
124 bool intersect(const TRect<T>& _value) const
125 {

Callers 5

isIntersectMethod · 0.45
isIntersectMethod · 0.45
updateCursorPositionMethod · 0.45
_getContainerIndexMethod · 0.45
checkContainerMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected