Cell.halfedge_after
- Cell.halfedge_after(u, v)
Find the halfedge after the given halfedge in the same face.
- Parameters
u (int) – The first vertex of the halfedge.
v (int) – The second vertex of the halfedge.
- Returns
tuple[int, int] – The next halfedge.