A 3d coordinate system somewhere between spherical coordinates and cartesian coordinates. Each point is represented as a height (signed distance along the vertical axis), an angle around that axis, and a distance from that axis. For example, the point with cartesian coordinates (1, 1, 1) would have cylindrical coordinates (r = sqrt (2), angle = 45 degrees, z = 1) (assuming the z axis was the vertical axis).