Cylindrical

constructor(radius: Double = 1.0, theta: Double = 0.0, y: Double = 0.0)

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.