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