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

Method ceil

include/math.hpp:272–274  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

270 return Vec(std::floor(x), std::floor(y));
271 }
272 Vec ceil() const {
273 return Vec(std::ceil(x), std::ceil(y));
274 }
275 bool equals(Vec b) const {
276 return x == b.x && y == b.y;
277 }

Callers 3

renderMethod · 0.80
updateZoomMethod · 0.80
drawMethod · 0.80

Calls 2

VecClass · 0.85
ceilFunction · 0.85

Tested by

no test coverage detected