Home
last modified time | relevance | path

Searched refs:starting_face (Results 1 – 2 of 2) sorted by path

/dports/games/sgt-puzzles/puzzles-20220128.c43a34f/
H A Dloopgen.c83 grid_face *starting_face, *current_face; in can_colour_face() local
160 starting_face = NULL; in can_colour_face()
194 starting_face = current_face; in can_colour_face()
204 current_face == starting_face) in can_colour_face()
/dports/misc/vxl/vxl-3.3.2/contrib/brl/bbas/bmsh3d/
H A Dbmsh3d_mesh.cxx691 bmsh3d_face* starting_face = mesh->facemap (sfaceid); in manifold_fix_faces_orientation() local
692 bmsh3d_halfedge* startHE = starting_face->halfedge(); in manifold_fix_faces_orientation()
694 starting_face->set_orientation (startHE, startHE->edge()->eV()); in manifold_fix_faces_orientation()
696 starting_face->set_orientation (startHE, startHE->edge()->sV()); in manifold_fix_faces_orientation()
698 starting_face->set_i_visited (mesh->i_traverse_flag()); in manifold_fix_faces_orientation()
709 if (edge->halfedge()->face() != starting_face) in manifold_fix_faces_orientation()