[name]

A point's cylindrical coordinates.

Constructor

[name]( [page:Float radius], [page:Float theta], [page:Float y] )

radius -- [page:Float] distance from the origin to a point in the x-z plane
theta -- [page:Float] counterclockwise angle in the x-z plane measured in radians from the positive z-axis
y -- [page:Float] height above the x-z plane

Properties

[property:Float radius]

[property:Float theta]

[property:Float y]

Methods

[method:Cylindrical set]( [page:Float radius], [page:Float theta], [page:Float y] ) [page:Cylindrical this]

Sets values of this cylindrical's component coordinates.

[method:Cylindrical copy]( [page:Cylindrical c] ) [page:Cylindrical this]

Copies value of *c* to this cylindrical.

[method:Cylindrical clone]() [page:Cylindrical this]

Clones this cylindrical.

[method:Cylindrical setFromVector3]( [page:Vector3 v] ) [page:Cylindrical this]

Sets this object from the vector *v*.

Source

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