The winged edge data structure is a data representation used to describe polygon models in computer graphics. It explicitly describes the geometry and topology of faces, edges, and vertices when three or more surfaces come together and meet at a common edge. The ordering is such that the surfaces are ordered counter-clockwise with respect to the innate orientation of the intersection edge. Moreover the representation allows numerically unstable situations like that depicted below.
The winged edge data structure allows for quick traversal between faces, edges, and vertices due to the explicitly linked structure of the network. This rich form of specifying an unstructured grid is in contrast to simpler specifications of polygon meshes such as a node and element list, or the implied connectivity of a regular grid.
Read more about Winged Edge: Pseudocode
Famous quotes containing the words winged and/or edge:
“Deeper and deeper into Times endless tunnel, does the winged soul, like a night-hawk, wend her wild way; and finds eternities before and behind; and her last limit is her everlasting beginning.”
—Herman Melville (18191891)
“A lonely man is a lonesome thing, a stone, a bone, a stick, a receptacle for Gilbeys gin, a stooped figure sitting at the edge of a hotel bed, heaving copious sighs like the autumn wind.”
—John Cheever (19121982)