Appearance
aninest-root / Vec2 / divScalar
function divScalar(v, s): Vec2;
Defined in: Utils/vec2.ts:141
Divides a vector v by a scalar s immutably.
v
s
Vec2
number
A new vector.