Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/VCVRack/Rack
/ mult
Method
mult
include/math.hpp:215–217 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
213
return Vec(x - b.x, y - b.y);
214
}
215
Vec mult(float s) const {
216
return Vec(x * s, y * s);
217
}
218
Vec mult(Vec b) const {
219
return Vec(x * b.x, y * b.y);
220
}
Callers
15
scrollCallback
Function · 0.80
getRelativeOffset
Method · 0.80
getViewport
Method · 0.80
render
Method · 0.80
setBackground
Method · 0.80
PlugWidget
Method · 0.80
drawLayer
Method · 0.80
json_array_foreach
Function · 0.80
RackScrollWidget
Method · 0.80
step
Method · 0.80
draw
Method · 0.80
BefacoSlidePot
Method · 0.80
Calls
1
Vec
Class · 0.85
Tested by
no test coverage detected