Home
last modified time | relevance | path

Searched refs:hd_opp (Results 1 – 2 of 2) sorted by relevance

/dports/math/cgal/CGAL-5.3/include/CGAL/Surface_mesh_parameterization/
H A DARAP_parameterizer_3.h968 halfedge_descriptor hd_opp = opposite(hd, mesh); // hd_opp points to vj in compute_b_ij() local
969 face_descriptor fd_k = face(hd_opp, mesh); in compute_b_ij()
977 const Local_indices& loc_indices_k = get(lpmap, hd_opp); in compute_b_ij()
986 NT ct_k = get(ctmap, hd_opp); in compute_b_ij()
/dports/math/cgal/CGAL-5.3/include/CGAL/Polygon_mesh_processing/
H A Drepair_degeneracies.h1258 halfedge_descriptor hd_opp = opposite(hd, tmesh); in remove_degenerate_edges() local
1259 if(is_border(hd_opp, tmesh) || marked_faces.count(face(hd_opp, tmesh)) == 0) in remove_degenerate_edges()