소스 검색

Merge pull request #18394 from OndrejSpanel/fixDTSDecompose

TS: Matrix4.decompose returns the original matrix
Michael Herzog 5 년 전
부모
커밋
09c7ae435b
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      src/math/Matrix4.d.ts

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

@@ -178,7 +178,7 @@ export class Matrix4 implements Matrix {
 		translation?: Vector3,
 		rotation?: Quaternion,
 		scale?: Vector3
-	): Object[]; // [Vector3, Quaternion, Vector3]
+	): Matrix4;
 
 	/**
 	 * Creates a frustum matrix.