Files
test2/source
Hans Goudey 81c4b7b23e Subdiv: Simplify loose edge subdivision neighbor retrieval
- Directly check for vertices with two edge neighbors instead of looping
- Use arrays of C++ types as return values
- Use lambda to avoid repetition for each edge vertex
- Use `edge_other_vert` utility
2024-05-20 23:07:14 -04:00
..