浏览代码

Docs: Clarify CurvePath.getPoints().

Mugen87 4 年之前
父节点
当前提交
5348c77e57
共有 1 个文件被更改,包括 4 次插入8 次删除
  1. 4 8
      docs/api/en/extras/core/CurvePath.html

+ 4 - 8
docs/api/en/extras/core/CurvePath.html

@@ -16,16 +16,13 @@
 		but retains the api of a curve.
 		but retains the api of a curve.
 		</p>
 		</p>
 
 
-
 		<h2>Constructor</h2>
 		<h2>Constructor</h2>
 
 
-
 		<h3>[name]()</h3>
 		<h3>[name]()</h3>
 		<p>
 		<p>
 		The constructor take no parameters.
 		The constructor take no parameters.
 		</p>
 		</p>
 
 
-
 		<h2>Properties</h2>
 		<h2>Properties</h2>
 		<p>See the base [page:Curve] class for common properties.</p>
 		<p>See the base [page:Curve] class for common properties.</p>
 
 
@@ -35,10 +32,6 @@
 		<h3>[property:Boolean autoClose]</h3>
 		<h3>[property:Boolean autoClose]</h3>
 		<p>Whether or not to automatically close the path.</p>
 		<p>Whether or not to automatically close the path.</p>
 
 
-
-
-
-
 		<h2>Methods</h2>
 		<h2>Methods</h2>
 		<p>See the base [page:Curve] class for common methods.</p>
 		<p>See the base [page:Curve] class for common methods.</p>
 
 
@@ -62,7 +55,10 @@
 		<p>
 		<p>
 			divisions -- number of pieces to divide the curve into. Default is *12*.<br /><br />
 			divisions -- number of pieces to divide the curve into. Default is *12*.<br /><br />
 
 
-			Returns a set of divisions + 1 points using getPoint( t ).
+			Returns an array of points representing a sequence of curves. The *division* parameter defines
+			the number of pieces each curve is divided into. However, for optimization and quality purposes,
+			the actual sampling resolution for each curve depends on its type. For example, for a [page:LineCurve],
+			the returned number of points is always just 2.
 		</p>
 		</p>
 
 
 		<h3>[method:Array getSpacedPoints]( [param:Integer divisions] )</h3>
 		<h3>[method:Array getSpacedPoints]( [param:Integer divisions] )</h3>