Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/VCVRack/Rack
/ min
Method
min
include/math.hpp:257–259 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
255
return Vec(y, x);
256
}
257
Vec min(Vec b) const {
258
return Vec(std::fmin(x, b.x), std::fmin(y, b.y));
259
}
260
Vec max(Vec b) const {
261
return Vec(std::fmax(x, b.x), std::fmax(y, b.y));
262
}
Callers
4
getChildrenBoundingBox
Method · 0.45
getVisibleChildrenBoundingBox
Method · 0.45
json_array_foreach
Function · 0.45
fromCorners
Method · 0.45
Calls
2
Vec
Class · 0.85
fmin
Function · 0.85
Tested by
no test coverage detected