瀏覽代碼

Little change.

gogoend 6 年之前
父節點
當前提交
21c63ab60f
共有 2 個文件被更改,包括 2 次插入2 次删除
  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>