UNPKG

@phaserjs/phaser

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