File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -35,7 +35,7 @@ <h2>Constructor</h2>
35
35
36
36
< h3 > [name]([page:Array points], [page:Integer segments], [page:Float phiStart], [page:Float phiLength])</ h3 >
37
37
< div >
38
- points — Array of Vector2s.< br />
38
+ points — Array of Vector2s. The x-coordinate of each point must be greater than zero. < br />
39
39
segments — the number of circumference segments to generate. Default is 12.< br />
40
40
phiStart — the starting angle in radians. Default is 0.< br />
41
41
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.
Original file line number Diff line number Diff line change @@ -35,7 +35,7 @@ <h2>Constructor</h2>
35
35
36
36
< h3 > [name]([page:Array points], [page:Integer segments], [page:Float phiStart], [page:Float phiLength])</ h3 >
37
37
< div >
38
- points — Array of Vector2s.< br />
38
+ points — Array of Vector2s. The x-coordinate of each point must be greater than zero. < br />
39
39
segments — the number of circumference segments to generate. Default is 12.< br />
40
40
phiStart — the starting angle in radians. Default is 0.< br />
41
41
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.
You can’t perform that action at this time.
0 commit comments