UNPKG

three

Version:

JavaScript 3D library

6 lines (4 loc) 186 B
import {Quaternion} from "../../.."; export namespace MathUtils { export function setQuaternionFromProperEuler(q: Quaternion, a: number, b: number, c: number, order: string): void ; }