MCPcopy 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

drawMethod · 0.45
renderMethod · 0.45
setPositionMethod · 0.45
setSizeMethod · 0.45
getModuleDragActionMethod · 0.45
updateExpandersMethod · 0.45
equalsMethod · 0.45
operator==Function · 0.45
operator!=Function · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected