MCPcopy Create free account
hub / github.com/VCVRack/Rack / dot

Method dot

include/math.hpp:227–229  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

225 return Vec(x / b.x, y / b.y);
226 }
227 float dot(Vec b) const {
228 return x * b.x + y * b.y;
229 }
230 float arg() const {
231 return std::atan2(y, x);
232 }

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected