UNPKG

@phaserjs/phaser

Version:
6 lines (5 loc) 175 B
import { Clamp } from "../Clamp"; import { QuatDot } from "./QuatDot"; export function GetQuatAngleTo(a, b) { return 2 * Math.acos(Math.abs(Clamp(QuatDot(a, b), -1, 1))); }