Prechádzať zdrojové kódy

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

Yomotsu 5 rokov pred
rodič
commit
2253c86626
2 zmenil súbory, kde vykonal 0 pridanie a 3 odobranie
  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.
 	 */
 	elements: number[];
-	isMatrix3: boolean;
 
 	/**
 	 * identity():T;

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

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