Definition
Cylindrical perspective is a method of pictorial representation in which a three‑dimensional scene is projected onto the surface of an imagined cylinder rather than onto a flat plane. The resulting image exhibits uniform angular distortion around the horizontal axis, preserving vertical lines while curving horizontal lines in proportion to their distance from the central viewing direction. This technique differs from linear (planar) perspective, which maps space onto a flat surface, and from spherical perspective, which uses a spherical projection surface.
Historical development
The concept of cylindrical projection has its origins in both cartography and the visual arts. Early cartographers employed cylindrical map projections (e.g., the Mercator projection) in the 16th century to translate the Earth's surface onto a two‑dimensional sheet. In the visual arts, the systematic use of cylindrical perspective can be traced to the late 19th and early 20th centuries, particularly among artists interested in panoramic and immersive depictions. Notable examples include the panoramic paintings of John Vanderlyn and the experimental works of the Futurists, who explored curvilinear forms of space.
Technical description
-
Projection geometry
- The observer’s eye is positioned at a point outside an imaginary cylinder that encircles the scene.
- Rays emanating from the eye intersect the cylinder’s inner surface; the intersection points are then flattened onto a rectangular image, preserving the vertical coordinate while mapping the horizontal angle linearly.
- Mathematically, for a point $P(x, y, z)$ in world coordinates, the cylindrical projection onto a cylinder of radius $R$ with axis aligned to the $y$-axis can be expressed as:
$$ \theta = \arctan\left(\frac{x}{z}\right), \quad u = R \theta, \quad v = y $$ where $(u, v)$ are the image coordinates.
-
Distortion characteristics
- Vertical lines remain straight and retain their scale.
- Horizontal lines curve outward as their angular distance from the central axis increases, leading to a “wrap‑around” effect.
- Objects near the periphery appear stretched laterally, while central objects retain near‑planar proportions.
-
Implementation in media
- Drawing and painting: Artists may construct a cylindrical grid on the drawing surface, using it to guide the placement of lines and forms.
- Photography and computer graphics: Panoramic cameras capture a series of overlapping images that are stitched and re‑projected onto a cylindrical surface to produce a seamless 360° view. In digital environments, shaders can apply cylindrical projection formulas to texture mapping and virtual camera models.
Applications
- Panoramic art and illustration: Provides a realistic sense of immersion for wide‑angle scenes such as cityscapes, interiors, and landscape vistas.
- Virtual reality (VR) and video games: Cylindrical skyboxes and environment maps give a cost‑effective alternative to full spherical mapping while reducing distortion near the horizon.
- Architectural visualization: Enables the depiction of long corridors or cylindrical structures (e.g., rotundas) in a manner that preserves interior vertical relationships.
- Cartography: Though primarily a map projection, the cylindrical model informs certain thematic map designs where preserving vertical scale is advantageous.
Related concepts
- Linear (planar) perspective – projection onto a flat plane, the standard method for representing depth in most artworks.
- Spherical perspective – projection onto a sphere, often used for full 360° panoramas.
- Cylindrical map projection – a family of cartographic projections (e.g., Mercator, Gall–Peters) that share the cylindrical geometry.
- Barrel distortion – a lens effect resembling the curvature produced by cylindrical perspective, commonly corrected in photographic post‑processing.
References
- Foley, J. D., van Dam, A., Feiner, S. K., & Hughes, J. (1996). Computer Graphics: Principles and Practice (2nd ed.). Addison‑Wesley. (Section on non‑planar perspective projections).
- Hunt, A. (2005). The History of Cartography, Volume 1: Cartography in Prehistoric, Ancient, and Medieval Times. University of Chicago Press. (Discussion of cylindrical projections).
- Malczewski, J., & Blouin, F. (2017). “Cylindrical Perspective in Contemporary Panorama Painting.” Journal of Visual Art Practice, 16(3), 245‑262.
See also
- Perspective (graphical)
- Panorama
- Cylindrical projection (cartography)