Преглед на файлове

Merge pull request #19218 from goechsler/fix-quaternion-docs

Fix explanation of Quaternion.lengthSq()
Mr.doob преди 5 години
родител
ревизия
f16f83dd4e
променени са 1 файла, в които са добавени 1 реда и са изтрити 1 реда
  1. 1 1
      docs/api/en/math/Quaternion.html

+ 1 - 1
docs/api/en/math/Quaternion.html

@@ -109,7 +109,7 @@
 
 		<h3>[method:Float lengthSq]()</h3>
 		<p>
-			Computes the [link:https://en.wikipedia.org/wiki/Euclidean_distance Euclidean length]
+			Computes the squared [link:https://en.wikipedia.org/wiki/Euclidean_distance Euclidean length]
 			(straight-line length) of this quaternion, considered as a 4 dimensional
 			vector. This can be useful if you are comparing the lengths of two quaternions,
 			as this is a slightly more efficient calculation than [page:.length length]().