Cylindrical
Represents points in 3D space as cylindrical coordinates.
Instances are mutable and not thread-safe; confine an instance to a single thread, exactly as in three.js.
Parameters
radius
The distance from the origin to a point in the x-z plane.
theta
A counterclockwise angle in the x-z plane measured in radians from the positive z-axis.
y
The height above the x-z plane.
Functions
Link copied to clipboard
Returns a new cylindrical with copied values from this instance.
Link copied to clipboard
Copies the values of the given cylindrical to this instance.
Link copied to clipboard
Sets the cylindrical components from the given Cartesian coordinates.
Link copied to clipboard
Sets the cylindrical components from the given vector which is assumed to hold Cartesian coordinates.