distance from the origin to a point in the x-z plane. Default is 1.0.
height above the x-z plane. Default is 0.
Distance from the origin to a point in the x-z plane. Default is 1.0.
Counterclockwise angle in the x-z plane measured in radians from the positive z-axis. Default is 0.
Height above the x-z plane. Default is 0.
Returns a new cylindrical with the same .radius, .theta and .y properties as this one.
Copies the values of the passed Cylindrical's .radius, .theta and .y properties to this cylindrical.
Sets values of this cylindrical's .radius, .theta and .y properties.
Sets values of this cylindrical's .radius, .theta and .y properties from Cartesian coordinates.
Sets values of this cylindrical's .radius, .theta and .y properties from the Vector3.
Generated using TypeDoc
A point's cylindrical coordinates. See the ngx3js docs page for details.