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

Method getBottomRight

include/math.hpp:380–382  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

378 return Vec(getLeft(), getBottom());
379 }
380 Vec getBottomRight() const {
381 return Vec(getRight(), getBottom());
382 }
383 /** Clamps the edges of the rectangle to fit within a bound. */
384 Rect clamp(Rect bound) const {
385 Rect r;

Callers 6

renderMethod · 0.80
json_array_foreachFunction · 0.80
drawMethod · 0.80
scrollToMethod · 0.80

Calls 1

VecClass · 0.85

Tested by

no test coverage detected