Appearance
aninest-root / Vec2 / divVec
function divVec(v1, v2): Vec2;
Defined in: Utils/vec2.ts:104
Performs component-wise division of v1 / v2 immutably.
v1
v2
Vec2
A new vector.