Home
last modified time | relevance | path

Searched refs:calchullgen (Results 1 – 2 of 2) sorted by relevance

/external/libgdx/extensions/gdx-bullet/jni/src/bullet/LinearMath/
DbtConvexHull.h214 int calchullgen(btVector3 *verts,int verts_count, int vlimit);
DbtConvexHull.cpp518 int HullLibrary::calchullgen(btVector3 *verts,int verts_count, int vlimit) in calchullgen() function in HullLibrary
620 int rc=calchullgen(verts,verts_count, vlimit) ; in calchull()