![]() |
Pangolin
Header-only C++20 plane computational geometry library
|
Strongly typed index handles shared by the topological data structures. More...
Go to the source code of this file.
Namespaces | |
| namespace | pgl |
Strongly typed index handles shared by the topological data structures.
A pgl::detail::Handle is an index that knows which family of cells it indexes. pgl::Arrangement and pgl::Triangulation both hand out handles rather than raw indices, so a vertex handle cannot bind where a face or triangle one is meant, and the two families can take part in overload resolution.