2009-11-20 15:20:44 +00:00
|
|
|
// Get the face adjacent to the opposite halfedge
|
|
|
|
|
OpenMesh::PolyConnectivity::opposite_face_handle();
|
|
|
|
|
|
|
|
|
|
// Get the handle to the opposite halfedge
|
2009-11-23 11:19:03 +00:00
|
|
|
OpenMesh::Concepts::KernelT::opposite_halfedge_handle();
|
2009-11-20 15:20:44 +00:00
|
|
|
|
|
|
|
|
// Get the opposite vertex to the opposite halfedge
|
|
|
|
|
OpenMesh::TriConnectivity::opposite_he_opposite_vh();
|
|
|
|
|
|
|
|
|
|
// Get the vertex assigned to the opposite halfedge
|
|
|
|
|
OpenMesh::TriConnectivity::opposite_vh();
|