Skip to content

Commit af67619

Browse files
committed
improved documentation of LatheGeometry/LatheBufferGeometry
1 parent 8bdb5f6 commit af67619

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

docs/api/extras/geometries/LatheBufferGeometry.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ <h2>Constructor</h2>
3535

3636
<h3>[name]([page:Array points], [page:Integer segments], [page:Float phiStart], [page:Float phiLength])</h3>
3737
<div>
38-
points — Array of Vector2s.<br />
38+
points — Array of Vector2s. The x-coordinate of each point must be greater than zero.<br />
3939
segments — the number of circumference segments to generate. Default is 12.<br />
4040
phiStart — the starting angle in radians. Default is 0.<br />
4141
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.

docs/api/extras/geometries/LatheGeometry.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ <h2>Constructor</h2>
3535

3636
<h3>[name]([page:Array points], [page:Integer segments], [page:Float phiStart], [page:Float phiLength])</h3>
3737
<div>
38-
points — Array of Vector2s.<br />
38+
points — Array of Vector2s. The x-coordinate of each point must be greater than zero.<br />
3939
segments — the number of circumference segments to generate. Default is 12.<br />
4040
phiStart — the starting angle in radians. Default is 0.<br />
4141
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.

0 commit comments

Comments
 (0)