Home
last modified time | relevance | path

Searched refs:current_vertices (Results 1 – 15 of 15) sorted by relevance

/dports/devel/py-trimesh/trimesh-3.5.25/trimesh/
H A Dremesh.py141 current_vertices = np.array(vertices,
148 triangles = current_vertices[current_faces]
162 done_vert.append(current_vertices[unique])
170 (current_vertices,
171 current_faces) = subdivide(current_vertices,
/dports/graphics/fracplanet/fracplanet-0.5.1/
H A Dtriangle_mesh_terrain.cpp191 std::set<uint> current_vertices; in do_rivers() local
202 current_vertices.insert(source_vertex); in do_rivers()
210 for (std::set<uint>::const_iterator it=current_vertices.begin();it!=current_vertices.end();it++) in do_rivers()
221 if (current_vertices.find(*it_n)==current_vertices.end()) in do_rivers()
245 … for (std::set<uint>::const_iterator it=current_vertices.begin();it!=current_vertices.end();it++) in do_rivers()
268 current_vertices.clear(); in do_rivers()
281 current_vertices.insert((*it_flat).second); in do_rivers()
283 num_current_vertices=current_vertices.size(); in do_rivers()
290 current_vertices.insert(outflow_vertex); in do_rivers()
297 current_vertices.insert(v); in do_rivers()
[all …]
/dports/games/hyperrogue/hyperrogue-12.0f/
H A Dglhr.cpp651 current_vertices = NULL; in full_enable()
724 current_vertices = NULL; in init()
732 if(current_vertices == buffered_vertices || current_vertices == nullptr) { in bindbuffer()
735 current_vertices = &v[0]; in bindbuffer()
761 current_vertices = &v[vshift];
820 if(current_vertices == &v[0]) return; in prepare()
821 current_vertices = &v[0]; in prepare()
838 if(current_vertices == &v[0]) return; in prepare()
839 current_vertices = &v[0]; in prepare()
858 if(current_vertices == &v[0]) return; in prepare()
[all …]
H A Dvr.cpp280 glhr::current_vertices = NULL; in size_and_draw_ui_box()
1504 glhr::current_vertices = nullptr; in render_controllers()
H A Ddrawing.cpp182 glhr::current_vertices = NULL; in glflush()
193 glhr::current_vertices = NULL; in glflush()
212 glhr::current_vertices = NULL; in glflush()
H A Dpolygons.cpp88 glhr::current_vertices = NULL; in extra_vertices()
/dports/science/lammps/lammps-stable_29Sep2021/src/PTM/
H A Dptm_voronoi_cell.cpp73 ed(new int*[current_vertices]), nu(new int[current_vertices]), in voronoicell_base()
109 while (current_vertices<vb->p) add_memory_vertices(vc); in check_memory_for_copy()
179 printf("nope: %d\n", current_vertices); in add_memory_vertices()
182 int i=(current_vertices<<1),j,**pp,*pnu; in add_memory_vertices()
189 for (j=0;j<current_vertices;j++) pp[j]=ed[j]; in add_memory_vertices()
193 for (j=0;j<current_vertices;j++) pnu[j]=nu[j]; in add_memory_vertices()
196 for (j=0;j<3*current_vertices;j++) ppts[j]=pts[j]; in add_memory_vertices()
198 current_vertices=i; in add_memory_vertices()
509 if (p==current_vertices) add_memory_vertices(vc); in nplane()
763 if (p==current_vertices) add_memory_vertices(vc); in nplane()
[all …]
H A Dptm_voronoi_cell.h82 int current_vertices;
332 for (int j=0;j<current_vertices;j++) pp[j]=ne[j]; in n_add_memory_vertices()
/dports/cad/gmsh/gmsh-4.9.2-source/contrib/voro++/src/
H A Dcell.cc23 ed(new int*[current_vertices]), nu(new int[current_vertices]), in voronoicell_base()
59 while(current_vertices<vb->p) add_memory_vertices(vc); in check_memory_for_copy()
179 int i=(current_vertices<<1),j,**pp,*pnu; in add_memory_vertices()
186 for(j=0;j<current_vertices;j++) pp[j]=ed[j]; in add_memory_vertices()
190 for(j=0;j<current_vertices;j++) pnu[j]=nu[j]; in add_memory_vertices()
193 for(j=0;j<3*current_vertices;j++) ppts[j]=pts[j]; in add_memory_vertices()
195 current_vertices=i; in add_memory_vertices()
583 if(p==current_vertices) add_memory_vertices(vc); in nplane()
837 if(p==current_vertices) add_memory_vertices(vc); in nplane()
869 if(p==current_vertices) add_memory_vertices(vc); in nplane()
[all …]
H A Dcell.hh43 int current_vertices; member in voro::voronoicell_base
486 for(int j=0;j<current_vertices;j++) pp[j]=ne[j]; in n_add_memory_vertices()
/dports/cad/gds3d/GDS3D-bcdb97a/libgdsto3d/voro++/src/
H A Dcell.cc23 ed(new int*[current_vertices]), nu(new int[current_vertices]), in voronoicell_base()
59 while(current_vertices<vb->p) add_memory_vertices(vc); in check_memory_for_copy()
179 int i=(current_vertices<<1),j,**pp,*pnu; in add_memory_vertices()
186 for(j=0;j<current_vertices;j++) pp[j]=ed[j]; in add_memory_vertices()
190 for(j=0;j<current_vertices;j++) pnu[j]=nu[j]; in add_memory_vertices()
193 for(j=0;j<3*current_vertices;j++) ppts[j]=pts[j]; in add_memory_vertices()
195 current_vertices=i; in add_memory_vertices()
583 if(p==current_vertices) add_memory_vertices(vc); in nplane()
837 if(p==current_vertices) add_memory_vertices(vc); in nplane()
869 if(p==current_vertices) add_memory_vertices(vc); in nplane()
[all …]
H A Dcell.hh43 int current_vertices; member in voro::voronoicell_base
486 for(int j=0;j<current_vertices;j++) pp[j]=ne[j]; in n_add_memory_vertices()
/dports/science/voro++/voro++-0.4.6/src/
H A Dcell.cc23 ed(new int*[current_vertices]), nu(new int[current_vertices]), in voronoicell_base()
59 while(current_vertices<vb->p) add_memory_vertices(vc); in check_memory_for_copy()
179 int i=(current_vertices<<1),j,**pp,*pnu; in add_memory_vertices()
186 for(j=0;j<current_vertices;j++) pp[j]=ed[j]; in add_memory_vertices()
190 for(j=0;j<current_vertices;j++) pnu[j]=nu[j]; in add_memory_vertices()
193 for(j=0;j<3*current_vertices;j++) ppts[j]=pts[j]; in add_memory_vertices()
195 current_vertices=i; in add_memory_vertices()
583 if(p==current_vertices) add_memory_vertices(vc); in nplane()
837 if(p==current_vertices) add_memory_vertices(vc); in nplane()
869 if(p==current_vertices) add_memory_vertices(vc); in nplane()
[all …]
H A Dcell.hh39 int current_vertices; member in voro::voronoicell_base
482 for(int j=0;j<current_vertices;j++) pp[j]=ne[j]; in n_add_memory_vertices()
/dports/math/gap/gap-4.11.0/pkg/NConvex-2019.12.10/gap/
H A DNPolytope.gi186 … local current_cone, current_polytope, current_Hilbertbasis, current_vertices, lattice_points;
188 current_vertices:= List( V, i-> i-u );
190 current_polytope:= Polytope( current_vertices );
192 current_cone := Cone( current_vertices );