MCPcopy Create free account
hub / github.com/VCVRack/Rack / equals

Method equals

include/math.hpp:344–346  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

342 && (r.size.y == INFINITY || pos.y < r.pos.y + r.size.y) && (size.y == INFINITY || r.pos.y < pos.y + size.y);
343 }
344 bool equals(Rect r) const {
345 return pos.equals(r.pos) && size.equals(r.size);
346 }
347 float getLeft() const {
348 return pos.x;
349 }

Callers

nothing calls this directly

Calls 1

equalsMethod · 0.45

Tested by

no test coverage detected