[name]

todo

Constructor

[name]([page:Float radiusTop], [page:Float radiusBottom], [page:Float height], [page:Integer radiusSegments], [page:Integer heightSegments], [page:Boolean openEnded])

radiusTop — Radius of the cylinder at the top.
radiusBottom — Radius of the cylinder at the bottom.
height — Height of the cylinder.
radiusSegments — Number of segmented faces around the circumference of the cylinder.
heightSegments — Number of rows of faces along the height of the cylinder.
openEnded - A Boolean indicating whether or not to cap the ends of the cylinder.

[name]()

Properties

.[page:Vector3 todo]

Methods

.computeCentroids();

.computeFaceNormals();

Source

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