Przeglądaj źródła

Matrix4.decompose returns the original matrix

Ondřej Španěl 5 lat temu
rodzic
commit
0544e1304d
1 zmienionych plików z 1 dodań i 1 usunięć
  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.