Преглед на файлове

Update Matrix4.d.ts

Fixed invert() return type
Aki Rodić преди 4 години
родител
ревизия
4ec3346778
променени са 1 файла, в които са добавени 1 реда и са изтрити 1 реда
  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.