Classification of 3D to 2D projections

Written by Paul Bourke
December 1994


The following classifies the most common projections used to represent 3D geometry on a 2D surface. Each projection type has a brief comment describing its unique characteristic.

Oblique projections

An oblique projection is a parallel projection where the projecting lines are not perpendicular to the projection plane.

The precise projection is defined by two angles and .
Two common projections are:

  • Cavalier projection tan() =1 or = 45 degrees

  • Cabinet projection tan() = 2 or = 63.4 degrees

For either one of the above projections values of most commonly employed are 45 degrees and 30 degrees. Coordinate transformations for a general oblique projection are

Note:

Examples

Cavalier projection = 45

Cavalier projection = 30

Cabinet projection = 45

Cabinet projection = 30