__contains__

Halfedge.__contains__(vertex)[source]

Incidence test.

Parameters:

vertex (Vertex) – Vertex to be tested.

Returns:

True if vertex is one of the halfedge’s vertices.

Return type:

bool