Преглед изворни кода

Matrix4.decompose returns the original matrix

Ondřej Španěl пре 5 година
родитељ
комит
0544e1304d
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.