Appearance
aninest root / Vec2 / distanceTo2
function distanceTo2(v1, v2): number
Calculates the squared distance between two vectors.
• v1: Vec2
Vec2
• v2: Vec2
number
A scalar.
Utils/vec2.ts:203