Home
last modified time | relevance | path

Searched refs:to_face (Results 1 – 4 of 4) sorted by relevance

/dports/math/cgal/CGAL-5.3/include/CGAL/
H A DArr_accessor.h518 void move_outer_ccb(Face_handle from_face, Face_handle to_face, in move_outer_ccb() argument
521 p_arr->_move_outer_ccb(p_arr->_face(from_face), p_arr->_face(to_face), in move_outer_ccb()
531 void move_inner_ccb (Face_handle from_face, Face_handle to_face, in move_inner_ccb() argument
534 p_arr->_move_inner_ccb(p_arr->_face(from_face), p_arr->_face(to_face), in move_inner_ccb()
544 void move_isolated_vertex(Face_handle from_face, Face_handle to_face, in move_isolated_vertex() argument
548 p_arr->_face(to_face), p_arr->_vertex(v)); in move_isolated_vertex()
H A DArrangement_on_surface_2.h1998 void _move_outer_ccb(DFace* from_face, DFace* to_face, DHalfedge* he);
2006 void _move_inner_ccb(DFace* from_face, DFace* to_face, DHalfedge* he);
2013 void _move_all_inner_ccb(DFace* from_face, DFace* to_face);
2028 void _move_isolated_vertex(DFace* from_face, DFace* to_face, DVertex* v);
2035 void _move_all_isolated_vertices(DFace* from_face, DFace* to_face);
/dports/math/cgal/CGAL-5.3/include/CGAL/Arrangement_2/
H A DArrangement_on_surface_2_impl.h1966 oc->set_face(to_face); in _move_outer_ccb()
1967 to_face->add_outer_ccb(oc, he); in _move_outer_ccb()
1995 ic->set_face(to_face); in _move_inner_ccb()
1996 to_face->add_inner_ccb(ic, he); in _move_inner_ccb()
2007 _move_all_inner_ccb(DFace* from_face, DFace* to_face) in _move_all_inner_ccb() argument
2020 ic_it = to_face->splice_inner_ccbs(*from_face); in _move_all_inner_ccb()
2021 while (ic_it != to_face->inner_ccbs_end()) { in _move_all_inner_ccb()
2082 iv->set_face(to_face); in _move_isolated_vertex()
2086 to_face->add_isolated_vertex(iv, v); in _move_isolated_vertex()
2111 iv_it = to_face->splice_isolated_vertices(*from_face); in _move_all_isolated_vertices()
[all …]
/dports/graphics/wings/wings-8d019ebe48/e3d/
H A De3d__tri_quad.erl132 [to_face(Ftup, Bord, Face) || Ftup <- Fl].
134 to_face(Ftup, Bord, #e3d_face{ns=Ns0,mat=Mat}=Face) -> function