MCPcopy 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_rectFunction · 0.80
read_boundsFunction · 0.80

Calls 5

ASSERTFunction · 0.85
minXMethod · 0.80
minYMethod · 0.80
maxXMethod · 0.80
maxYMethod · 0.80

Tested by

no test coverage detected