Mesh.halfedge_after

Mesh.halfedge_after(u, v)[source]

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.