Reference to one halfedge starting from the vertex
Vertex position
Returns a generator of boundary halfedges arriving to this vertex.
The halfedge to start, default is vertex halfedge
Returns a generator of boundary halfedges starting from this vertex.
Returns a generator of free halfedges arriving to this vertex.
Returns a generator of free halfedges starting from this vertex.
Returns the halfedge going from this vertex to other vertex if any.
The other vertex
HalfEdge if found, null otherwise.
HalfEdge
null
Returns whether the vertex is free, i.e. on of its ongoing halfedge has no face.
https://kaba.hilvi.org/homepage/blog/halfedge/halfedge.htm
true if free, false otherwise
true
false
Returns a generator of halfedges starting from this vertex in CCW order.
Returns a generator of halfedges starting from this vertex in CW order.
The halfedge to start looping, default is vertex halfedge
Checkes whether the vertex matches the given position
The position
Generated using TypeDoc
Reference to one halfedge starting from the vertex