Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
}
473
inline Vec operator-(const Vec& a) {
474
return a.neg();
475
}
476
inline Vec operator+(const Vec& a, const Vec& b) {
477
return a.plus(b);
478
}
Callers
nothing calls this directly
Calls
2
neg
Method · 0.80
minus
Method · 0.80
Tested by
no test coverage detected