/** * @author mikael emtinger / http://gomo.se/ * @author alteredq / http://alteredqualia.com/ * @author WestLangley / http://github.com/WestLangley * @author bhouston / http://clara.io */ declare function Quaternion(x?: number, y?: number, z?: number, w?: number): void; export { Quaternion };