Vertex (computer graphics)
A vertex (plural vertices) in computer graphics is a data structure that describes certain attributes, like the position of a point in 2D or 3D space, or multiple points on a surface.
- Wikipedia
Vertex usually refers to a point in 3D space, some set of vertex can form an edge, and some set of edges can form a face (most commonly a triangle polygon) and face can form a polygon mesh.