|
@@ -48,7 +48,7 @@
|
|
|
|
|
|
<h3>[name]([param:Array points], [param:Integer segments], [param:Float phiStart], [param:Float phiLength])</h3>
|
|
<h3>[name]([param:Array points], [param:Integer segments], [param:Float phiStart], [param:Float phiLength])</h3>
|
|
<p>
|
|
<p>
|
|
- points — Array of Vector2s. The x-coordinate of each point must be greater than zero. Default is an array with (0,0.5), (0.5,0) and (0,-0.5) which creates a simple diamond shape.<br />
|
|
|
|
|
|
+ points — Array of Vector2s. The x-coordinate of each point must be greater than zero. Default is an array with (0,-0.5), (0.5,0) and (0,0.5) which creates a simple diamond shape.<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.
|