Home
last modified time | relevance | path

Searched refs:faces_count_out (Results 1 – 5 of 5) sorted by relevance

/dports/devel/bullet/bullet3-3.21/Extras/ConvexDecomposition/
H A Dcd_hull.cpp2763 float3 *&verts_out, int &verts_count_out, int *&faces_out, int &faces_count_out, float inflate) in overhull() argument
2810 faces_count_out = 0; in overhull()
2812 faces_out[faces_count_out++] = -1; in overhull()
2821 faces_out[faces_count_out++] = j; in overhull()
2824 faces_out[faces_count_out++] = c->edges[i].v; in overhull()
2831 assert(faces_count_out == 1 + c->facets.count + c->edges.count); in overhull()
2845 …float3 *&verts_out, int &verts_count_out, int *&faces_out, int &faces_count_out, float inflate, fl… in overhullv() argument
2852 …t, verts, verts_count, maxplanes, verts_out, verts_count_out, faces_out, faces_count_out, inflate); in overhullv()
/dports/science/chrono/chrono-7.0.1/src/chrono/collision/gimpact/ConvexDecomposition/
H A Dcd_hull.cpp2635 float3 *&verts_out, int &verts_count_out, int *&faces_out, int &faces_count_out ,float inflate) in overhull() argument
2674 faces_count_out=0; in overhull()
2676 faces_out[faces_count_out++]=-1; in overhull()
2682 faces_out[faces_count_out++]=j; in overhull()
2685 faces_out[faces_count_out++] = c->edges[i].v; in overhull()
2692 assert(faces_count_out == 1+c->facets.count+c->edges.count); in overhull()
2705 …float3 *&verts_out, int &verts_count_out, int *&faces_out, int &faces_count_out ,float inflate,fl… in overhullv() argument
2712 …nes.count,verts,verts_count,maxplanes,verts_out,verts_count_out,faces_out,faces_count_out,inflate); in overhullv()
/dports/graphics/urho3d/Urho3D-1.7.1/Source/ThirdParty/StanHull/
H A Dhull.cpp2587 float3 *&verts_out, int &verts_count_out, int *&faces_out, int &faces_count_out ,float inflate) in overhull() argument
2626 faces_count_out=0; in overhull()
2628 faces_out[faces_count_out++]=-1; in overhull()
2634 faces_out[faces_count_out++]=j; in overhull()
2637 faces_out[faces_count_out++] = c->edges[i].v; in overhull()
2644 assert(faces_count_out == 1+c->facets.count+c->edges.count); in overhull()
2657 …float3 *&verts_out, int &verts_count_out, int *&faces_out, int &faces_count_out ,float inflate,fl… in overhullv() argument
2664 …nes.count,verts,verts_count,maxplanes,verts_out,verts_count_out,faces_out,faces_count_out,inflate); in overhullv()
/dports/devel/emscripten/emscripten-2.0.3/tests/third_party/bullet/Extras/ConvexDecomposition/
H A Dcd_hull.cpp2637 float3 *&verts_out, int &verts_count_out, int *&faces_out, int &faces_count_out ,float inflate) in overhull() argument
2676 faces_count_out=0; in overhull()
2678 faces_out[faces_count_out++]=-1; in overhull()
2684 faces_out[faces_count_out++]=j; in overhull()
2687 faces_out[faces_count_out++] = c->edges[i].v; in overhull()
2694 assert(faces_count_out == 1+c->facets.count+c->edges.count); in overhull()
2707 …float3 *&verts_out, int &verts_count_out, int *&faces_out, int &faces_count_out ,float inflate,fl… in overhullv() argument
2714 …nes.count,verts,verts_count,maxplanes,verts_out,verts_count_out,faces_out,faces_count_out,inflate); in overhullv()
/dports/devel/py-bullet3/bullet3-3.21/Extras/ConvexDecomposition/
H A Dcd_hull.cpp2763 float3 *&verts_out, int &verts_count_out, int *&faces_out, int &faces_count_out, float inflate) in overhull() argument
2810 faces_count_out = 0; in overhull()
2812 faces_out[faces_count_out++] = -1; in overhull()
2821 faces_out[faces_count_out++] = j; in overhull()
2824 faces_out[faces_count_out++] = c->edges[i].v; in overhull()
2831 assert(faces_count_out == 1 + c->facets.count + c->edges.count); in overhull()
2845 …float3 *&verts_out, int &verts_count_out, int *&faces_out, int &faces_count_out, float inflate, fl… in overhullv() argument
2852 …t, verts, verts_count, maxplanes, verts_out, verts_count_out, faces_out, faces_count_out, inflate); in overhullv()