Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/VCVRack/Rack
/ equals
Method
equals
include/math.hpp:275–277 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
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
}
278
bool isZero() const {
279
return x == 0.f && y == 0.f;
280
}
Callers
9
draw
Method · 0.45
render
Method · 0.45
setPosition
Method · 0.45
setSize
Method · 0.45
getModuleDragAction
Method · 0.45
updateExpanders
Method · 0.45
equals
Method · 0.45
operator==
Function · 0.45
operator!=
Function · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected