UNPKG

@phaserjs/phaser

Version:
5 lines (4 loc) 108 B
import { QuatDot } from "./QuatDot"; export function GetQuatAreClose(a, b) { return QuatDot(a, b) >= 0; }