UNPKG

@phaserjs/phaser

Version:
5 lines (4 loc) 116 B
export function GetQuatLength(a) { const { x, y, z, w } = a; return Math.sqrt(x * x + y * y + z * z + w * w); }