|
@@ -9,27 +9,22 @@
|
|
|
<body>
|
|
|
<h1>[name]</h1>
|
|
|
|
|
|
- <div class="desc">todo</div>
|
|
|
+ <div class="desc">CircleGeometry is a simple shape of Euclidean geometry, based on a number of
|
|
|
+ segments (triangles) equidistant with a given radius from a central point and builded
|
|
|
+ anti-clockwise from a start angle and a given circumference.
|
|
|
+ </div>
|
|
|
|
|
|
|
|
|
<h2>Constructor</h2>
|
|
|
|
|
|
- <h3>[name]( radius, detail )</h3>
|
|
|
-
|
|
|
-
|
|
|
- <h2>Properties</h2>
|
|
|
-
|
|
|
- <h3>.[page:Vector3 todo]</h3>
|
|
|
-
|
|
|
-
|
|
|
- <h2>Methods</h2>
|
|
|
-
|
|
|
- <h3>.todo( [page:Vector3 todo] )</h3>
|
|
|
+ <h3>[name]([page:Float radius], [page:Integer segments], [page:Float thetaStart], [page:Float thetaLength])</h3>
|
|
|
<div>
|
|
|
- todo — todo<br />
|
|
|
+ radius — Radius of the circle, default = 50.<br />
|
|
|
+ segments — Number of segments (triangles), minimum = 3, default = 8.<br />
|
|
|
+ thetaStart — Start angle for first segment, default = 0 (three o'clock position).<br />
|
|
|
+ thetaLength — Circumference of the circle, default = 2*Pi (360°).
|
|
|
</div>
|
|
|
|
|
|
-
|
|
|
<h2>Source</h2>
|
|
|
|
|
|
[link:https://github.com/mrdoob/three.js/blob/master/src/[path].js src/[path].js]
|