Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/comaps/comaps
/ IsIntersect
Method
IsIntersect
libs/geometry/rect2d.hpp:142–145 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
140
}
141
142
bool IsIntersect(Rect const & r) const
143
{
144
return !((m_maxX < r.m_minX) || (m_minX > r.m_maxX) || (m_maxY < r.m_minY) || (m_minY > r.m_maxY));
145
}
146
147
bool IsPointInside(Point<T> const & pt) const
148
{
Callers
12
FindClusters
Function · 0.45
CreatePlace
Method · 0.45
RegisterLocalMapsInViewport
Method · 0.45
HasIntersection
Function · 0.45
GetRectCase
Function · 0.45
UNIT_TEST
Function · 0.45
UNIT_TEST
Function · 0.45
UNIT_TEST
Function · 0.45
SplitRectCell
Function · 0.45
CoverSpiral
Function · 0.45
ForEachInIntervals
Method · 0.45
operator()
Method · 0.45
Calls
no outgoing calls
Tested by
4
RegisterLocalMapsInViewport
Method · 0.36
UNIT_TEST
Function · 0.36
UNIT_TEST
Function · 0.36
UNIT_TEST
Function · 0.36