Newer
Older
HuangJiPC / public / static / three / examples / jsm / utils / MathUtils.d.ts
@zhangdeliang zhangdeliang on 21 Jun 199 bytes update
import { Quaternion } from '../../../src/Three';

export namespace MathUtils {
	export function setQuaternionFromProperEuler( q: Quaternion, a: number, b: number, c: number, order: string ): void;
}