MCPcopy Create free account
hub / github.com/comaps/comaps / AnyRect

Method AnyRect

libs/geometry/any_rect2d.hpp:23–23  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

21 using Corners = std::array<Point<T>, 4>;
22
23 AnyRect() = default;
24
25 /// creating from regular rect
26 explicit AnyRect(Rect<T> const & r)

Callers

nothing calls this directly

Calls 7

ZeroFunction · 0.85
minXMethod · 0.80
minYMethod · 0.80
SizeXMethod · 0.80
SizeYMethod · 0.80
ConvertFunction · 0.50
IsValidMethod · 0.45

Tested by

no test coverage detected