소스 검색

Merge pull request #20731 from arodic/patch-2

Update Matrix4.d.ts
Mr.doob 4 년 전
부모
커밋
5566052049
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.