Vertex (geometry)

From Infogalactic: the planetary knowledge core
Jump to: navigation, search

<templatestyles src="Module:Hatnote/styles.css"></templatestyles>

In geometry, a vertex (plural: vertices or vertexes) is a point where two or more curves, lines, or edges meet. As a consequence of this definition, the point where two lines meet to form an angle and the corners of polygons and polyhedra are vertices.[1]

Definition

Of an angle

A vertex of an angle is the endpoint where two line segments or rays come together.

The vertex of an angle is the point where two rays begin or meet, where two line segments join or meet, where two lines intersect (cross), or any appropriate combination of rays, segments and lines that result in two straight "sides" meeting at one place.[2]

Of a polytope

A vertex is a corner point of a polygon, polyhedron, or other higher-dimensional polytope, formed by the intersection of edges, faces or facets of the object.[2]

In a polygon, a vertex is called "convex" if the internal angle of the polygon, that is, the angle formed by the two edges at the vertex, with the polygon inside the angle, is less than π radians ( 180°, two right angles) ; otherwise, it is called "concave" or "reflex".[3] More generally, a vertex of a polyhedron or polytope is convex if the intersection of the polyhedron or polytope with a sufficiently small sphere centered at the vertex is convex, and concave otherwise.

Polytope vertices are related to vertices of graphs, in that the 1-skeleton of a polytope is a graph, the vertices of which correspond to the vertices of the polytope,[4] and in that a graph can be viewed as a 1-dimensional simplicial complex the vertices of which are the graph's vertices. However, in graph theory, vertices may have fewer than two incident edges, which is usually not allowed for geometric vertices. There is also a connection between geometric vertices and the vertices of a curve, its points of extreme curvature: in some sense the vertices of a polygon are points of infinite curvature, and if a polygon is approximated by a smooth curve there will be a point of extreme curvature near each polygon vertex.[5] However, a smooth curve approximation to a polygon will also have additional vertices, at the points where its curvature is minimal.

Of a plane tiling

A vertex of a plane tiling or tessellation is a point where three or more tiles meet;[6] generally, but not always, the tiles of a tessellation are polygons and the vertices of the tessellation are also vertices of its tiles. More generally, a tessellation can be viewed as a kind of topological cell complex, as can the faces of a polyhedron or polytope; the vertices of other kinds of complexes such as simplicial complexes are its zero-dimensional faces.

Principal vertex

Vertex B is an ear, because the open line segment between C and D is entirely inside the polygon. Vertex C is a mouth, because the open line segment between A and B is entirely outside the polygon.

A polygon vertex xi of a simple polygon P is a principal polygon vertex if the diagonal [x(i−1),x(i+1)] intersects the boundary of P only at x(i−1) and x(i+1). There are two types of principal vertices: ears and mouths.[7]

Ears

A principal vertex xi of a simple polygon P is called an ear if the diagonal [x(i−1),x(i+1)] that bridges xi lies entirely in P. (see also convex polygon) According to the two ears theorem, every simple polygon has at least two ears.[8]

Mouths

A principal vertex xi of a simple polygon P is called a mouth if the diagonal [x(i−1),x(i+1)] lies outside the boundary of P.

Number of vertices of a polyhedron

Any convex polyhedron's surface has Euler characteristic

V - E + F = 2,

where V is the number of vertices, E is the number of edges, and F is the number of faces. This equation is known as Euler's polyhedron formula. Thus the number of vertices is 2 more than the excess of the number of edges over the number of faces. For example, a cube has 12 edges and 6 faces, and hence 8 vertices.

Vertices in computer graphics

In computer graphics, objects are often represented as triangulated polyhedra in which the object vertices are associated not only with three spatial coordinates but also with other graphical information necessary to render the object correctly, such as colors, reflectance properties, textures, and surface normals;[9] these properties are used in rendering by a vertex shader, part of the vertex pipeline.

References

  1. Weisstein, Eric W., "Vertex", MathWorld.
  2. 2.0 2.1 Lua error in package.lua at line 80: module 'strict' not found.
    (3 vols.): ISBN 0-486-60088-2 (vol. 1), ISBN 0-486-60089-0 (vol. 2), ISBN 0-486-60090-4 (vol. 3). Heath's authoritative translation of Euclid's Elements plus his extensive historical research and detailed commentary throughout the text.
  3. Lua error in package.lua at line 80: module 'strict' not found.
  4. Peter McMullen, Egon Schulte, Abstract Regular Polytopes, Cambridge University Press, 2002. ISBN 0-521-81496-0 (Page 29)
  5. Lua error in package.lua at line 80: module 'strict' not found.
  6. M.V. Jaric, ed, Introduction to the Mathematics of Quasicrystals (Aperiodicity and Order, Vol 2) ISBN 0-12-040602-0, Academic Press, 1989.
  7. Lua error in package.lua at line 80: module 'strict' not found.
  8. Lua error in package.lua at line 80: module 'strict' not found..
  9. Lua error in package.lua at line 80: module 'strict' not found.

External links