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

Merge pull request #19227 from linbingquan/dev-zh

Docs: Update Quaternion
Mr.doob 6 лет назад
Родитель
Сommit
5663ac0141
1 измененных файлов с 1 добавлено и 1 удалено
  1. 1 1
      docs/api/zh/math/Quaternion.html

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

@@ -109,7 +109,7 @@
 
 
 		<h3>[method:Float lengthSq]()</h3>
 		<h3>[method:Float lengthSq]()</h3>
 		<p>
 		<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
 			(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,
 			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]().
 			as this is a slightly more efficient calculation than [page:.length length]().

粤ICP备19079148号