Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/comaps/comaps
/ Rect
Method
Rect
libs/geometry/rect2d.hpp:41–41 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
39
using value_type = T;
40
41
Rect() { MakeEmpty(); }
42
43
constexpr Rect(T minX, T minY, T maxX, T maxY) : m_minX(minX), m_minY(minY), m_maxX(maxX), m_maxY(maxY)
44
{
Callers
2
from_pygen_rect
Function · 0.80
read_bounds
Function · 0.80
Calls
5
ASSERT
Function · 0.85
minX
Method · 0.80
minY
Method · 0.80
maxX
Method · 0.80
maxY
Method · 0.80
Tested by
no test coverage detected