[name]

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.

Constructor

[name]([page:Float radius], [page:Integer segments], [page:Float thetaStart], [page:Float thetaLength])

radius — Radius of the circle, default = 50.
segments — Number of segments (triangles), minimum = 3, default = 8.
thetaStart — Start angle for first segment, default = 0 (three o'clock position).
thetaLength — Circumference of the circle, default = 2*Pi (360°).

Properties

Methods

Source

[link:https://github.com/mrdoob/three.js/blob/master/src/[path].js src/[path].js]