Math Wiki
Register
Advertisement
For the orthographic projection as a map projection, see Orthographic projection in cartography.

Template:Views Orthographic projection (or orthogonal projection) is a means of representing a three-dimensional object in two dimensions. It is a form of parallel projection, where all the projection lines are orthogonal to the projection plane,[1] resulting in every plane of the scene appearing in affine transformation on the viewing surface. It is further divided into multiview orthographic projections and axonometric projections. A lens providing an orthographic projection is known as an (object-space) telecentric lens.

The term orthographic is also sometimes reserved specifically for depictions of objects where the axis or plane of the object is also parallel with the projection plane,[1] as in multiview orthographic projections.

Convention placement vues dessin technique

Symbols used to define whether a projection is either Third Angle (right) or First Angle (left).

Origin[]

The orthographic projection has been known since antiquity, with its cartographic uses being well documented. Hipparchus used the projection in the 2nd century BC. to determine the places of star-rise and star-set. In about 14 BC, Roman engineer Marcus Vitruvius Pollio used the projection to construct sundials and to compute sun positions.[2]

Vitruvius also seems to have devised the term orthographic (from the Greek orthos (= “straight”) and graphē (= “drawing”) for the projection. However, the name analemma, which also meant a sundial showing latitude and longitude, was the common name until François d'Aguilon of Antwerp promoted its present name in 1613.[2]

The earliest surviving maps on the projection appear as woodcut drawings of terrestrial globes of 1509 (anonymous), 1533 and 1551 (Johannes Schöner), and 1524 and 1551 (Apian).[2]

Geometry[]

A simple orthographic projection onto the plane can be defined by the following matrix:

For each point , the transformed point 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 , the transformed vector would be

In computer graphics, one of the most common matrices used for orthographic projection can be defined by a 6-tuple, (left, right, bottom, top, near, far), which defines the clipping planes. These planes form a box with the minimum corner at (left, bottom, near) and the maximum corner at (right, top, far).

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 scaling followed by a translation of the form

The inversion of the Projection Matrix, which can be used as the Unprojection Matrix is defined:

Multiview orthographic projections[]

With multiview orthographic 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 6-sided box around the object. Although six different sides can be drawn, usually three views of a drawing give enough information to make a 3D object. These views are known as front view, top view and end view.

Pictorials[]

Within orthographic projection there is the subcategory known as pictorials. Axonometric pictorials show an image of an object as viewed from a skew direction in order to reveal all three directions (axes) of space in a single picture.[3] Orthographic pictorial instrument drawings are often used to approximate graphical perspective projections, but there is attendant distortion in the approximation. Because pictorial projections inherently have this distortion, in the instrument drawing of pictorials, great liberties may then be taken for economy of effort and best effect. Orthographic pictorials rely on the technique of axonometric projection ("to measure along axes").

Cartography[]

An orthographic projection map is a map projection of cartography. Like the stereographic projection and gnomonic projection, orthographic projection is a perspective (or azimuthal) projection, in which the sphere is projected onto a tangent plane or secant plane. The point of perspective for the orthographic projection is at infinite distance. It depicts a hemisphere of the globe as it appears from outer space, where the horizon is a great circle. The shapes and areas are distorted, particularly near the edges.[2][4]

See also[]

  • Graphical projection
  • Multiview orthographic projection
  • Telecentric lens
  • Telephoto lens

References[]

  1. 1.0 1.1 Maynard, Patric (2005). Drawing distinctions: the varieties of graphic expression. Cornell University Press. pp. 22. ISBN 0-8014-7280-6. http://books.google.com/?id=4Y_YqOlXoxMC&pg=PA22&lpg=PA22&dq=axonometric+orthographic&q=axonometric%20orthographic. 
  2. 2.0 2.1 2.2 2.3 Snyder, John P. (1993). Flattening the Earth: Two Thousand Years of Map Projections pp. 16–18. Chicago and London: The University of Chicago Press. ISBN 0-226-76746-9.
  3. Mitchell, William; Malcolm McCullough (1994). Digital design media. John Wiley and Sons. pp. 169. ISBN 0-471-28666-4. http://books.google.com/?id=JrZoGgQEhKkC&pg=PA169&dq=axonometric+orthographic#v=onepage&q=axonometric%20orthographic. 
  4. Snyder, J. P. (1987). Map Projections—A Working Manual (US Geologic Survey Professional Paper 1395). Washington, D.C.: US Government Printing Office. pp. 145–153. 


Advertisement