Michael Herzog 3 недель назад
Родитель
Сommit
3eab2966c4
1 измененных файлов с 1 добавлено и 1 удалено
  1. 1 1
      src/math/Matrix4.js

+ 1 - 1
src/math/Matrix4.js

@@ -655,7 +655,7 @@ class Matrix4 {
 	 *
 	 * For affine matrices (like an object's world matrix), this value equals the
 	 * full 4x4 {@link Matrix4#determinant} but is cheaper to compute.
-	 * 
+	 *
 	 * Assumes the bottom row is [0, 0, 0, 1].
 	 *
 	 * @return {number} The determinant of the matrix.

粤ICP备19079148号