| |
default constructor.
|
All non-const methods listed below also have const counterparts that return constant handles, iterators or circulators:
|
| checks whether the vertex is isolated. (It has no incident edges.) |
| ||
| returns the number of edges incident to v. | |
| ||
| ||
returns a circulator circulator that allows going over the halfedges
incident to v (that have v as their target).
The edges are traversed in a clockwise direction around v. Precondition: v is not an isolated vertex. | ||
|
|
returns a handle to the face that contains v in its interior. Precondition: v is an isolated vertex. |
| ||
| returns the point associated with the vertex. |