Home
last modified time | relevance | path

Searched refs:foreach_vertex (Results 1 – 14 of 14) sorted by relevance

/dports/cad/PrusaSlicer/PrusaSlicer-version_2.3.3/src/libslic3r/SLA/
H A DRasterToPolygons.cpp29 template<class Fn> void foreach_vertex(ExPolygon &poly, Fn &&fn) in foreach_vertex() function
72 foreach_vertex(expoly, [height](Point &p) {p.y() = height - p.y(); }); in raster_to_polygons()
75 foreach_vertex(expoly, [width](Point &p) {p.x() = width - p.x(); }); in raster_to_polygons()
80 foreach_vertex(expoly, [](Point &p) { std::swap(p.x(), p.y()); }); in raster_to_polygons()
/dports/cad/PrusaSlicer/PrusaSlicer-version_2.3.3/src/libslic3r/Format/
H A DSL1.cpp154 template<class Fn> void foreach_vertex(ExPolygon &poly, Fn &&fn) in foreach_vertex() function
170 foreach_vertex(expoly, [height](Point &p) {p.y() = height - p.y(); }); in invert_raster_trafo()
173 foreach_vertex(expoly, [width](Point &p) {p.x() = width - p.x(); }); in invert_raster_trafo()
178 foreach_vertex(expoly, [](Point &p) { std::swap(p.x(), p.y()); }); in invert_raster_trafo()
/dports/cad/openscad/openscad-41f58fe57c03457a3a8b4dc541ef5654ec3e8c78/src/
H A Dexport_3mf.cc95 if (!exportMesh.foreach_vertex(vertexFunc)) { in append_polyset()
259 if (!exportMesh.foreach_vertex(vertexFunc)) { in append_polyset()
H A Dexport.h152 bool foreach_vertex(const std::function<bool(const std::array<double, 3>&)> callback) const;
H A Dexport.cc159 bool ExportMesh::foreach_vertex(const std::function<bool(const std::array<double, 3>&)> callback) c… in foreach_vertex() function in Export::ExportMesh
/dports/cad/openscad-devel/openscad-63a7c77740030c63d646eb0684ba6947eecb0db7/src/
H A Dexport_3mf.cc95 if (!exportMesh.foreach_vertex(vertexFunc)) { in append_polyset()
259 if (!exportMesh.foreach_vertex(vertexFunc)) { in append_polyset()
H A Dexport.h152 bool foreach_vertex(const std::function<bool(const std::array<double, 3>&)> callback) const;
H A Dexport.cc159 bool ExportMesh::foreach_vertex(const std::function<bool(const std::array<double, 3>&)> callback) c… in foreach_vertex() function in Export::ExportMesh
/dports/graphics/blender/blender-2.91.0/source/blender/blenkernel/intern/
H A Dmultires_reshape_smooth.c613 static void foreach_vertex(const SubdivForeachContext *foreach_context, in foreach_vertex() function
674 foreach_vertex(foreach_context, &ptex_coord, subdiv_vertex_index); in foreach_vertex_inner()
692 foreach_vertex(foreach_context, &ptex_coord, subdiv_vertex_index); in foreach_vertex_every_corner()
710 foreach_vertex(foreach_context, &ptex_coord, subdiv_vertex_index); in foreach_vertex_every_edge()
/dports/science/afni/afni-AFNI_21.3.16/src/SUMA/gts/tools/
H A Dgtscompare.c109 static void foreach_vertex (GtsVertex * v, gpointer * info) in foreach_vertex() function
191 gts_surface_foreach_vertex (s, (GtsFunc)foreach_vertex, info); in oogl_surface()
H A Dgts2oogl.c156 static void foreach_vertex (GtsVertex * v, gpointer * info) in foreach_vertex() function
478 gts_surface_foreach_vertex (s, (GtsFunc) foreach_vertex, info); in oogl_surface()
/dports/graphics/gts/gts-0.7.6/tools/
H A Dgtscompare.c110 static void foreach_vertex (GtsVertex * v, gpointer * info) in foreach_vertex() function
192 gts_surface_foreach_vertex (s, (GtsFunc)foreach_vertex, info); in oogl_surface()
H A Dgts2oogl.c157 static void foreach_vertex (GtsVertex * v, gpointer * info) in foreach_vertex() function
479 gts_surface_foreach_vertex (s, (GtsFunc) foreach_vertex, info); in oogl_surface()
/dports/games/sgt-puzzles/puzzles-20220128.c43a34f/
H A Dgalaxies.c545 static int foreach_vertex(game_state *state, space_cb cb, unsigned int f,