|
| |
returns true if e is incident to v (i.e., if v is the source or the target of e) . | ||
|
| |
returns true if f is incident to v. | ||
|
| returns the degree of v i.e., the number of outgoing halfedges. |
| ||
| ||
returns a circulator that allows to traverse the halfedges that have v as their target. The edges are traversed around v in an order opposite that of the Ccb_halfedge_circulator. This circulator can also be used to access incident faces and vertices. |