|
@@ -35,7 +35,7 @@
|
|
|
|
|
|
<h3>[name]([page:Array points], [page:Integer segments], [page:Float phiStart], [page:Float phiLength])</h3>
|
|
<h3>[name]([page:Array points], [page:Integer segments], [page:Float phiStart], [page:Float phiLength])</h3>
|
|
<div>
|
|
<div>
|
|
- points — Array of Vector2s.<br />
|
|
|
|
|
|
+ points — Array of Vector2s. The x-coordinate of each point must be greater than zero.<br />
|
|
segments — the number of circumference segments to generate. Default is 12.<br />
|
|
segments — the number of circumference segments to generate. Default is 12.<br />
|
|
phiStart — the starting angle in radians. Default is 0.<br />
|
|
phiStart — the starting angle in radians. Default is 0.<br />
|
|
phiLength — the radian (0 to 2PI) range of the lathed section 2PI is a closed lathe, less than 2PI is a portion. Default is 2PI.
|
|
phiLength — the radian (0 to 2PI) range of the lathed section 2PI is a closed lathe, less than 2PI is a portion. Default is 2PI.
|