Movatterモバイル変換


[0]ホーム

URL:


Jump to content
WikipediaThe Free Encyclopedia
Search

Orthographic projection

From Wikipedia, the free encyclopedia
Means of projecting three-dimensional objects in two dimensions
For the orthographic projection as a map projection, seeOrthographic map projection. For mathematical discussion in terms of linear algebra, seeProjection (linear algebra).
Part of a series on
Graphical projection

Orthographic projection, ororthogonal projection (alsoanalemma[a]), is a means of representingthree-dimensional objects intwo dimensions. Orthographic projection is a form ofparallel projection in which all the projection lines areorthogonal to theprojection plane,[2] resulting in every plane of the scene appearing inaffine transformation on the viewing surface. The obverse of an orthographic projection is anoblique projection, which is a parallel projection in which the projection lines arenot orthogonal to the projection plane.

The termorthographic sometimes means a technique inmultiview projection in which principal axes or the planes of the subject are also parallel with the projection plane to create theprimary views.[2] If the principal planes or axes of an object in an orthographic projection arenot parallel with the projection plane, the depiction is calledaxonometric or anauxiliary views. (Axonometric projection is synonymous withparallel projection.) Sub-types ofprimary views includeplans,elevations, andsections; sub-types ofauxiliary views includeisometric,dimetric, andtrimetric projections.

A lens that provides an orthographic projection is anobject-space telecentric lens.

Geometry

[edit]
Comparison of several types ofgraphical projection
Various projections and how they are produced
The three views. The percentages show the amount of foreshortening.

A simple orthographicprojection onto theplanez = 0 can be defined by the following matrix:

P=[100010000]{\displaystyle P={\begin{bmatrix}1&0&0\\0&1&0\\0&0&0\\\end{bmatrix}}}

For each pointv = (vx,vy,vz), the transformed pointPv would be

Pv=[100010000][vxvyvz]=[vxvy0]{\displaystyle Pv={\begin{bmatrix}1&0&0\\0&1&0\\0&0&0\\\end{bmatrix}}{\begin{bmatrix}v_{x}\\v_{y}\\v_{z}\end{bmatrix}}={\begin{bmatrix}v_{x}\\v_{y}\\0\end{bmatrix}}}

Often, it is more useful to usehomogeneous coordinates. The transformation above can be represented for homogeneous coordinates as

P=[1000010000000001]{\displaystyle P={\begin{bmatrix}1&0&0&0\\0&1&0&0\\0&0&0&0\\0&0&0&1\end{bmatrix}}}

For each homogeneous vectorv = (vx,vy,vz, 1), the transformed vectorPv would be

Pv=[1000010000000001][vxvyvz1]=[vxvy01]{\displaystyle Pv={\begin{bmatrix}1&0&0&0\\0&1&0&0\\0&0&0&0\\0&0&0&1\end{bmatrix}}{\begin{bmatrix}v_{x}\\v_{y}\\v_{z}\\1\end{bmatrix}}={\begin{bmatrix}v_{x}\\v_{y}\\0\\1\end{bmatrix}}}

Incomputer graphics, one of the most common matrices used for orthographicprojection can be defined by a6-tuple, (left,right,bottom,top,near,far), which defines theclipping planes. These planes form a box with the minimum corner at (left,bottom, -near) and the maximum corner at (right,top, -far).[3]

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 (−1,−1,−1) and a maximum corner at (1,1,1).

The orthographic transform can be given by the following matrix:

P=[2rightleft00right+leftrightleft02topbottom0top+bottomtopbottom002farnearfar+nearfarnear0001]{\displaystyle P={\begin{bmatrix}{\frac {2}{{\text{right}}-{\text{left}}}}&0&0&-{\frac {{\text{right}}+{\text{left}}}{{\text{right}}-{\text{left}}}}\\0&{\frac {2}{{\text{top}}-{\text{bottom}}}}&0&-{\frac {{\text{top}}+{\text{bottom}}}{{\text{top}}-{\text{bottom}}}}\\0&0&{\frac {-2}{{\text{far}}-{\text{near}}}}&-{\frac {{\text{far}}+{\text{near}}}{{\text{far}}-{\text{near}}}}\\0&0&0&1\end{bmatrix}}}

which can be given as ascalingS followed by atranslationT of the form

P=ST=[2rightleft00002topbottom00002farnear00001][100left+right2010top+bottom2001far+near20001]{\displaystyle P=ST={\begin{bmatrix}{\frac {2}{{\text{right}}-{\text{left}}}}&0&0&0\\0&{\frac {2}{{\text{top}}-{\text{bottom}}}}&0&0\\0&0&{\frac {2}{{\text{far}}-{\text{near}}}}&0\\0&0&0&1\end{bmatrix}}{\begin{bmatrix}1&0&0&-{\frac {{\text{left}}+{\text{right}}}{2}}\\0&1&0&-{\frac {{\text{top}}+{\text{bottom}}}{2}}\\0&0&-1&-{\frac {{\text{far}}+{\text{near}}}{2}}\\0&0&0&1\end{bmatrix}}}

The inversion of the projection matrixP−1, which can be used as the unprojection matrix is defined:

P1=[rightleft200left+right20topbottom20top+bottom200farnear2far+near20001]{\displaystyle P^{-1}={\begin{bmatrix}{\frac {{\text{right}}-{\text{left}}}{2}}&0&0&{\frac {{\text{left}}+{\text{right}}}{2}}\\0&{\frac {{\text{top}}-{\text{bottom}}}{2}}&0&{\frac {{\text{top}}+{\text{bottom}}}{2}}\\0&0&{\frac {{\text{far}}-{\text{near}}}{-2}}&-{\frac {{\text{far}}+{\text{near}}}{2}}\\0&0&0&1\end{bmatrix}}}

Types

[edit]
Classification ofOrthographic projection and some 3D projections

Three sub-types of orthographic projection areisometric projection,dimetric projection, andtrimetric projection, depending on the exact angle at which the view deviates from the orthogonal.[2][4] Typically in axonometric drawing, as in other types of pictorials, one axis of space is shown to be vertical.

Inisometric projection, the most commonly used form of axonometric projection in engineering drawing,[5] the direction of viewing is such that the three axes of space appear equallyforeshortened, and there is a common angle of 120° between them. As the distortion caused by foreshortening is uniform, the proportionality between lengths is preserved, and the axes share a common scale; this eases one's ability to take measurements directly from the drawing. Another advantage is that 120° angles are easily constructed using only acompass and straightedge.

Indimetric projection, the direction of viewing is such that two of the three axes of space appear equally foreshortened, of which the attendant scale and angles of presentation are determined according to the angle of viewing; the scale of the third direction is determined separately.

Intrimetric projection, the direction of viewing is such that all of the three axes of space appear unequally foreshortened. The scale along each of the three axes and the angles among them are determined separately as dictated by the angle of viewing. Trimetric perspective is seldom used in technical drawings.[4]

Multiview projection

[edit]
Symbols used to define whether amultiview projection is either first-angle (left) or third-angle (right)
Main article:Multiview projection

Inmultiview projection, up to six pictures of an object are produced, calledprimary views, 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 orthird-angle projection. In each, the appearances of views may be thought of as beingprojected 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 asfront view (alsoelevation),top view (alsoplan) andend view (alsosection). When the plane or axis of the object depicted isnot parallel to the projection plane, and where multiple sides of an object are visible in the same image, it is called anauxiliary view. Thusisometric projection,dimetric projection andtrimetric projection would be consideredauxiliary views in multiview projection. A typical characteristic of multiview projection is that one axis of space is usually displayed as vertical.

Cartography

[edit]
Main article:Orthographic projection in cartography
Orthographic projection (equatorial aspect) of eastern hemisphere 30°W–150°E

An orthographic projection map is amap projection ofcartography. Like thestereographic projection andgnomonic projection, orthographic projection is aperspective (or azimuthal) projection, in which thesphere is projected onto atangent plane orsecant plane. Thepoint of perspective for the orthographic projection is atinfinite distance. It depicts ahemisphere of theglobe as it appears fromouter space, where thehorizon is agreat circle. The shapes and areas aredistorted, particularly near the edges.[6][7]

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 engineerMarcus Vitruvius Pollio used the projection to construct sundials and to compute sun positions.[7]

Vitruvius also seems to have devised the term orthographic – from the Greekorthos ("straight") andgraphē ("drawing") – for the projection. However, the nameanalemma, which also meant a sundial showing latitude and longitude, was the common name untilFrançois d'Aguilon of Antwerp promoted its present name in 1613.[7]

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).[7]

Notes

[edit]
  1. ^This usage is obsolete; the common meaning of "analemma" is a diagram of the position of the Sun from the Earth.[1]

References

[edit]
  1. ^Sawyer, F.,Of Analemmas, Mean Time and the Analemmatic Sundial
  2. ^abcMaynard, Patric (2005).Drawing Distinctions: The Varieties of Graphic Expression. Cornell University Press. p. 22.ISBN 0-8014-7280-6.
  3. ^Thormählen, Thorsten (November 26, 2021)."Graphics Programming – Cameras: Parallel Projection – Part 6, Chapter 2".Mathematik Uni Marburg. pp. 8 ff. Retrieved2022-04-22.
  4. ^abMcReynolds, Tom; David Blythe (2005).Advanced graphics programming using openGL. Elsevier. p. 502.ISBN 1-55860-659-9.
  5. ^Godse, Atul P. (1984).Computer graphics. Technical Publications. p. 29.ISBN 81-8431-558-9.
  6. ^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.
  7. ^abcdSnyder, 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.

External links

[edit]
Wikimedia Commons has media related toOrthographic projections.
Underlying theory
Measurement conventions
Large-scaletectonics
Fracturing
Faulting
Foliation andlineation
Folding
Boudinage
Kinematic analysis
Shear zone
Retrieved from "https://en.wikipedia.org/w/index.php?title=Orthographic_projection&oldid=1317896998"
Categories:
Hidden categories:

[8]ページ先頭

©2009-2025 Movatter.jp