提交 4fc9dcf3 编写于 作者: S sh0ot1e

Update CircleGeometry.html

上级 4b1f070f
......@@ -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]
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册