Orthographic projection is a means of representing three-dimensional objects in two dimensions. It is a form of parallel projection, in which all the projection lines are orthogonal to the projection plane, resulting in every plane of the scene appearing in affine transformation on the viewing surface. The obverse of an orthographic projection is an oblique projection, which is a parallel projection in which the projection lines are not orthogonal to the projection plane. The term orthographic is sometimes reserved specifically for depictions of objects where the principal axes or planes of the object are also parallel with the projection plane, but these are better known as multiview projections. Furthermore, when the principal planes or axes of an object in an orthographic projection are not parallel with the projection plane, but are rather tilted to reveal multiple sides of the object, the projection is called an axonometric projection. Sub-types of multiview projection include plans, elevations and sections. Sub-types of axonometric projection include isometric, dimetric and trimetric projections. A lens providing an orthographic projection is known as an object-space telecentric lens.
Geometry
A simple orthographic projection onto the planez = 0 can be defined by the following matrix: For each point v =, the transformed point Pv would be Often, it is more useful to use homogeneous coordinates. The transformation above can be represented for homogeneous coordinates as For each homogeneous vector v =, the transformed vector Pv would be In computer graphics, one of the most common matrices used for orthographic projection can be defined by a 6-tuple,, which defines the clipping planes. These planes form a box with the minimum corner at and the maximum corner at. The box is translated so that its center is at the origin, then it is scaled to the unit cube which is defined by having a minimum corner at and a maximum corner at. The orthographic transform can be given by the following matrix: which can be given as a scalingS followed by a translationT of the form The inversion of the projection matrixP−1, which can be used as the unprojection matrix is defined:
Sub-types
With multiview projections, up to six pictures of an object are produced, with each projection plane parallel to one of the coordinate axes of the object. The views are positioned relative to each other according to either of two schemes: first-angle or third-angle projection. In each, the appearances of views may be thought of as being projected onto planes that form a six-sided box around the object. Although six different sides can be drawn, usually three views of a drawing give enough information to make a three-dimensional object. These views are known as front view, top view and end view. Other names for these views include plan, elevation and section. The term axonometric projection is used to describe the type of orthographic projection where the plane or axis of the object depicted is not parallel to the projection plane, and where multiple sides of an object are visible in the same image. It is further subdivided into three groups: isometric, dimetric and trimetric projection, depending on the exact angle at which the view deviates from the orthogonal. A typical characteristic of axonometric projection is that one axis of space is usually displayed as vertical.