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

Method Vec

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

Source from the content-addressed store, hash-verified

191 float y = 0.f;
192
193 Vec() {}
194 Vec(float xy) : x(xy), y(xy) {}
195 Vec(float x, float y) : x(x), y(y) {}
196

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected