浏览代码

revert Matrix3 and 4, because of wrong extending in d.ts

Yomotsu 5 年之前
父节点
当前提交
2253c86626
共有 2 个文件被更改,包括 0 次插入3 次删除
  1. 0 1
      src/math/Matrix3.d.ts
  2. 0 2
      src/math/Matrix4.d.ts

+ 0 - 1
src/math/Matrix3.d.ts

@@ -10,7 +10,6 @@ export interface Matrix {
 	 * Array with matrix values.
 	 * Array with matrix values.
 	 */
 	 */
 	elements: number[];
 	elements: number[];
-	isMatrix3: boolean;
 
 
 	/**
 	/**
 	 * identity():T;
 	 * identity():T;

+ 0 - 2
src/math/Matrix4.d.ts

@@ -30,8 +30,6 @@ export class Matrix4 implements Matrix {
 	 */
 	 */
 	elements: number[];
 	elements: number[];
 
 
-	isMatrix4: boolean;
-
 	/**
 	/**
 	 * Sets all fields of this matrix.
 	 * Sets all fields of this matrix.
 	 */
 	 */