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

Method isEqual

include/math.hpp:448–450  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

446 return intersects(r);
447 }
448 bool isEqual(Rect r) const {
449 return equals(r);
450 }
451};
452
453

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected