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