Appearance
aninest root / Vec2 / mulVec
function mulVec(v1, v2): Vec2
Does component-wise multiplication of two vectors immutably.
• v1: Vec2
Vec2
• v2: Vec2
A new vector.
Utils/vec2.ts:87