Doubly linked face list
Appearance
![]() | This article needs attention from an expert in Mathematics. Please add a reason or a talk parameter to this template to explain the issue with the article.(September 2013) |
In applied mathematics, a doubly linked face list (DLFL) is an efficient data structure for storing 2-manifold mesh data. The structure stores linked lists for a 3D mesh's faces, edges, vertices, and corners. The structure guarantees the preservation of the manifold property.
This data structure is used by the 3D modeling software TopMod.