UNPKG

@phaserjs/phaser

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