A point's cylindrical coordinates.
radius — distance from the origin to a point in the x-z plane.
Default is 1.0
.
theta — counterclockwise angle in the x-z plane measured in radians
from the positive z-axis. Default is 0
.
y — 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 the Vector3.
Sets values of this cylindrical's radius, theta and y properties from Cartesian coordinates.
For more info on how to obtain the source code of this module see this page.