Explorar el Código

Update Matrix4.d.ts

Fixed invert() return type
Aki Rodić hace 4 años
padre
commit
4ec3346778
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      src/math/Matrix4.d.ts

+ 1 - 1
src/math/Matrix4.d.ts

@@ -125,7 +125,7 @@ export class Matrix4 implements Matrix {
 	/**
 	 * Inverts this matrix.
 	 */
-	invert(): Matrix;
+	invert(): Matrix4;
 
 	/**
 	 * Multiplies the columns of this matrix by vector v.