Home
last modified time | relevance | path

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

/external/libgdx/extensions/gdx-bullet/jni/src/bullet/LinearMath/
DbtConvexHull.h33 mNumOutputVertices = 0; in HullResult()
38 unsigned int mNumOutputVertices; // number of vertices in the output hull variable
DbtConvexHull.cpp742 result.mNumOutputVertices = ovcount; in CreateConvexHull()
775 result.mNumOutputVertices = ovcount; in CreateConvexHull()
820 result.mNumOutputVertices=0; in ReleaseResult()
/external/libgdx/extensions/gdx-bullet/jni/src/bullet/BulletCollision/CollisionShapes/
DbtShapeHull.cpp82 m_vertices.resize (static_cast<int>(hr.mNumOutputVertices)); in buildHull()
85 for (i = 0; i < static_cast<int>(hr.mNumOutputVertices); i++) in buildHull()
/external/libgdx/extensions/gdx-bullet/jni/src/bullet/BulletSoftBody/
DbtSoftBodyHelpers.cpp1072 btSoftBody* psb=new btSoftBody(&worldInfo,(int)hres.mNumOutputVertices, in CreateFromConvexHull()
/external/libgdx/extensions/gdx-bullet/jni/swig-src/linearmath/
Dlinearmath_wrap.cpp9020 if (arg1) (arg1)->mNumOutputVertices = arg2; in Java_com_badlogic_gdx_physics_bullet_linearmath_LinearMathJNI_HullResult_1mNumOutputVertices_1set()
9033 result = (unsigned int) ((arg1)->mNumOutputVertices); in Java_com_badlogic_gdx_physics_bullet_linearmath_LinearMathJNI_HullResult_1mNumOutputVertices_1get()