UNPKG

mylingo3d

Version:

Lingo3D is a React/Vue 3d game development framework that ships with a complete visual editor

5 lines (3 loc) 128 B
import { Quaternion } from "three" export default (A: Quaternion, B: Quaternion) => A.clone().multiply(B.clone().invert())