MathUtils.d.ts 199 B

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