Vertex_handle
|
v.up ()
|
returns the corresponding vertex
(if any) of the next level triangulation;
|
Vertex_handle
|
v.down ()
|
returns the corresponding vertex
of the previous level triangulation;
|
void
|
v.set_up ( Vertex_handle u)
|
| |
sets the handle pointing to to the corresponding vertex
of the next level triangulation;
|
void
|
v.set_down ( Vertex_handle d)
|
| |
sets the handle pointing to the corresponding vertex
of the previous level triangulation;
|