MathUtils.d.ts 186 B

12345
  1. import {Quaternion} from "../../..";
  2. export namespace MathUtils {
  3. export function setQuaternionFromProperEuler(q: Quaternion, a: number, b: number, c: number, order: string): void ;
  4. }