UNPKG

@phaserjs/phaser

Version:
5 lines (4 loc) 101 B
export function GetVec3LengthSquared(a) { const { x, y, z } = a; return x * x + y * y + z * z; }