Appearance
aninest-root / Vec2 / addVec
function addVec(v1, v2): Vec2;
Defined in: Utils/vec2.ts:76
Adds two vectors together, returning a new vector.
Vec2