Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
render
Method · 0.80
updateZoom
Method · 0.80
draw
Method · 0.80
Calls
2
Vec
Class · 0.85
ceil
Function · 0.85
Tested by
no test coverage detected