@@ -10,7 +10,6 @@ export interface Matrix {
* Array with matrix values.
*/
elements: number[];
- isMatrix3: boolean;
/**
* identity():T;
@@ -30,8 +30,6 @@ export class Matrix4 implements Matrix {
- isMatrix4: boolean;
-
* Sets all fields of this matrix.