Просмотр исходного кода

cleanup: remove redundant TODO comment in Vector3.js (#32363)

Co-authored-by: MOHITKOURAV01 <mohitkourav@MOHITs-MacBook-Pro-2.local>
Co-authored-by: mrdoob <info@mrdoob.com>
Mohit Kourav 4 месяцев назад
Родитель
Сommit
8958675235
1 измененных файлов с 0 добавлено и 2 удалено
  1. 0 2
      src/math/Vector3.js

+ 0 - 2
src/math/Vector3.js

@@ -744,8 +744,6 @@ class Vector3 {
 
 	}
 
-	// TODO lengthSquared?
-
 	/**
 	 * Computes the square of the Euclidean length (straight-line length) from
 	 * (0, 0, 0) to (x, y, z). If you are comparing the lengths of vectors, you should

粤ICP备19079148号