HalfEdge.is_edge_on_boundary
- HalfEdge.is_edge_on_boundary(u, v)[source]
Verify that an edge is on the boundary.
- Parameters
u (int) – The identifier of the first vertex.
v (int) – The identifier of the second vertex.
- Returns
bool – True if the edge is on the boundary. False otherwise.