Developer Documentation
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Modules Pages
nav_code4.cc
1 // Get the face adjacent to the opposite halfedge
3 
4 // Get the handle to the opposite halfedge
6 
7 // Get the opposite vertex to the opposite halfedge
9 
10 // Get the vertex assigned to the opposite halfedge
FaceHandle opposite_face_handle(HalfedgeHandle _heh) const
returns the face handle of the opposite halfedge
VertexHandle opposite_he_opposite_vh(HalfedgeHandle _heh) const
VertexHandle opposite_vh(HalfedgeHandle _heh) const
HalfedgeHandle opposite_halfedge_handle(HalfedgeHandle _heh) const
Get the opposite halfedge.