MCPcopy Create free account
hub / github.com/VCVRack/Rack / operator-

Function operator-

include/math.hpp:473–475  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

471 return a;
472}
473inline Vec operator-(const Vec& a) {
474 return a.neg();
475}
476inline Vec operator+(const Vec& a, const Vec& b) {
477 return a.plus(b);
478}

Callers

nothing calls this directly

Calls 2

negMethod · 0.80
minusMethod · 0.80

Tested by

no test coverage detected