UNPKG

@phaserjs/phaser

Version:
4 lines (3 loc) 86 B
export function GetVec2ManhattanLength(a) { return Math.abs(a.x) + Math.abs(a.y); }