Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/comaps/comaps
/ MakeEmpty
Method
MakeEmpty
libs/geometry/rect2d.hpp:71–75 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
69
}
70
71
void MakeEmpty()
72
{
73
m_minX = m_minY = impl::min_max_value<T, IsSigned>().get_max();
74
m_maxX = m_maxY = impl::min_max_value<T, IsSigned>().get_min();
75
}
76
77
void MakeInfinite()
78
{
Callers
9
ResetGeometry
Method · 0.80
DeserializeFromIntermediate
Method · 0.80
DeserializeAccuratelyFromIntermediate
Method · 0.80
GetBordersRect
Function · 0.80
RecalcBoundaryRect
Method · 0.80
CalcLimitRect
Method · 0.80
ClearCaches
Method · 0.80
CreateFromMapObject
Method · 0.80
Pop
Method · 0.80
Calls
2
get_max
Method · 0.45
get_min
Method · 0.45
Tested by
no test coverage detected