Appearance
aninest root / Vec2 / divScalar
function divScalar(v, s): Vec2
Divides a vector v by a scalar s immutably.
v
s
• v: Vec2
Vec2
• s: number
number
A new vector.
Utils/vec2.ts:140