cloudViewer.geometry.HalfEdge#
- class cloudViewer.geometry.HalfEdge#
HalfEdge class contains vertex, triangle info about a half edge, as well as relations of next and twin half edge.
- __init__(*args, **kwargs)#
Overloaded function.
__init__(self: cloudViewer.geometry.HalfEdge) -> None
Default constructor
__init__(self: cloudViewer.geometry.HalfEdge, arg0: cloudViewer.geometry.HalfEdge) -> None
Copy constructor
- is_boundary(self: cloudViewer.geometry.HalfEdge) bool#
Returns
Trueiff the half edge is the boundary (has not twin, i.e. twin index == -1).