Spade 2.0 looks great API-wise, and is almost perfect for my triangulation needs.
One thing I found missing is that, when iterating over inner faces, I need to get their 3 neighbour faces, which currently seems pretty difficult.
Would it be possible to add an adjacent_faces method similar to adjacent_edges to the face handle?
Spade 2.0 looks great API-wise, and is almost perfect for my triangulation needs.
One thing I found missing is that, when iterating over inner faces, I need to get their 3 neighbour faces, which currently seems pretty difficult.
Would it be possible to add an
adjacent_facesmethod similar toadjacent_edgesto the face handle?