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

Method isContaining

include/math.hpp:442–444  ·  view source on GitHub ↗

Method aliases

Source from the content-addressed store, hash-verified

440
441 // Method aliases
442 bool isContaining(Vec v) const {
443 return contains(v);
444 }
445 bool isIntersecting(Rect r) const {
446 return intersects(r);
447 }

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected