未验证 提交 fcfda4b5 编写于 作者: H hujiulong 提交者: GitHub

Fix type declaration of Vector4

上级 bd3da044
import { Matrix4 } from './Matrix4';
import { Quaternion } from './Quaternion';
import { Matrix3 } from './Matrix3';
import { BufferAttribute } from './../core/BufferAttribute';
import { Vector } from './Vector2';
......@@ -131,7 +130,7 @@ export class Vector4 implements Vector {
* http://www.euclideanspace.com/maths/geometry/rotations/conversions/matrixToAngle/index.htm
* @param m assumes the upper 3x3 of m is a pure rotation matrix (i.e, unscaled)
*/
setAxisAngleFromRotationMatrix( m: Matrix3 ): this;
setAxisAngleFromRotationMatrix( m: Matrix4 ): this;
min( v: Vector4 ): this;
max( v: Vector4 ): this;
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册