Răsfoiți Sursa

Little change.

gogoend 6 ani în urmă
părinte
comite
21c63ab60f
2 a modificat fișierele cu 2 adăugiri și 2 ștergeri
  1. 1 1
      docs/api/zh/math/Vector3.html
  2. 1 1
      docs/api/zh/math/Vector4.html

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

@@ -239,7 +239,7 @@ var d = a.distanceTo( b );
 
 		<h3>[method:Float length]()</h3>
 		<p>计算从(0, 0, 0) 到 (x, y, z)的欧几里得长度
-		([link:https://en.wikipedia.org/wiki/Euclidean_distance Euclidean length],即直线距离长度)
+		([link:https://en.wikipedia.org/wiki/Euclidean_distance Euclidean length],即直线长度)
 		</p>
 
 		<h3>[method:Float manhattanLength]()</h3>

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

@@ -188,7 +188,7 @@ var d = a.dot( b );
 		<h3>[method:Float length]()</h3>
 		<p>
 		计算从(0, 0, 0, 0) 到 (x, y, z, w)的欧几里得长度
-		([link:https://en.wikipedia.org/wiki/Euclidean_distance Euclidean length],即直线距离长度)。</p>
+		([link:https://en.wikipedia.org/wiki/Euclidean_distance Euclidean length],即直线长度)。</p>
 
 		<h3>[method:Float manhattanLength]()</h3>
 		<p>