提交 598155b4 编写于 作者: M Mr.doob

Clean up.

上级 b349852b
import { _Math } from './Math.js';
import { Vector3 } from './Vector3.js';
/**
* @author mikael emtinger / http://gomo.se/
* @author alteredq / http://alteredqualia.com/
......@@ -8,6 +5,9 @@ import { Vector3 } from './Vector3.js';
* @author bhouston / http://clara.io
*/
import { _Math } from './Math.js';
import { Vector3 } from './Vector3.js';
function Quaternion( x, y, z, w ) {
this._x = x || 0;
......@@ -18,8 +18,9 @@ function Quaternion( x, y, z, w ) {
}
Object.assign( Quaternion, {
isQuaternion: true,
slerp: function ( qa, qb, qm, t ) {
return qm.copy( qa ).slerp( qb, t );
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册