浏览代码

Merge pull request #21154 from j13ag0/patch-1

Update Vector3.html
Mr.doob 4 年之前
父节点
当前提交
d16ca2abaf
共有 1 个文件被更改,包括 2 次插入3 次删除
  1. 2 3
      docs/api/en/math/Vector3.html

+ 2 - 3
docs/api/en/math/Vector3.html

@@ -138,9 +138,8 @@
 		[page:Float min] - the minimum value the length will be clamped to <br />
 		[page:Float max] - the maximum value the length will be clamped to<br /><br />
 
-		If this vector's length is greater than the max value, it is replaced by the max value. <br /><br />
-		If this vector's length is less than the min value, it is replaced by the min value.
-		</p>
+		If this vector's length is greater than the max value, the vector will be scaled down so its length is the max value. <br /><br />
+		If this vector's length is less than the min value, the vector will be scaled up so its length is the min value.</p>
 
 		<h3>[method:this clampScalar]( [param:Float min], [param:Float max] )</h3>
 		<p>