UNPKG

@phaserjs/phaser

Version:
4 lines (3 loc) 80 B
export function GetVec2Length(a) { return Math.sqrt(a.x * a.x + a.y * a.y); }