Appearance
aninest-root / Vec2 / subVec
function subVec(v1, v2): Vec2;
Defined in: Utils/vec2.ts:82
Subtracts v2 from v1 immutably.
Vec2
a new vector.