UNPKG

@phaserjs/phaser

Version:
6 lines (5 loc) 144 B
import { QuatDot } from "./QuatDot"; export function GetQuatAngle(a, b) { const dot = QuatDot(a, b); return Math.acos(2 * dot * dot - 1); }