UNPKG

@phaserjs/phaser

Version:
4 lines (3 loc) 76 B
export function GetVec2LengthSquared(a) { return a.x * a.x + a.y * a.y; }