Home
last modified time | relevance | path

Searched refs:btConvex2dConvex2dAlgorithm (Results 1 – 7 of 7) sorted by relevance

/external/libgdx/extensions/gdx-bullet/jni/src/bullet/BulletCollision/CollisionDispatch/
DbtConvex2dConvex2dAlgorithm.cpp48 btConvex2dConvex2dAlgorithm::CreateFunc::CreateFunc(btSimplexSolverInterface* simplexSolver, btCo… in CreateFunc()
56 btConvex2dConvex2dAlgorithm::CreateFunc::~CreateFunc() in ~CreateFunc()
60 btConvex2dConvex2dAlgorithm::btConvex2dConvex2dAlgorithm(btPersistentManifold* mf,const btCollision… in btConvex2dConvex2dAlgorithm() function in btConvex2dConvex2dAlgorithm
77 btConvex2dConvex2dAlgorithm::~btConvex2dConvex2dAlgorithm() in ~btConvex2dConvex2dAlgorithm()
86 void btConvex2dConvex2dAlgorithm ::setLowLevelOfDetail(bool useLowLevel) in setLowLevelOfDetail()
99 void btConvex2dConvex2dAlgorithm ::processCollision (const btCollisionObjectWrapper* body0Wrap,cons… in processCollision()
155 btScalar btConvex2dConvex2dAlgorithm::calculateTimeOfImpact(btCollisionObject* col0,btCollisionObje… in calculateTimeOfImpact()
DbtConvex2dConvex2dAlgorithm.h33 class btConvex2dConvex2dAlgorithm : public btActivatingCollisionAlgorithm
48btConvex2dConvex2dAlgorithm(btPersistentManifold* mf,const btCollisionAlgorithmConstructionInfo& c…
51 virtual ~btConvex2dConvex2dAlgorithm();
87 void* mem = ci.m_dispatcher1->allocateCollisionAlgorithm(sizeof(btConvex2dConvex2dAlgorithm)); in CreateCollisionAlgorithm()
88 …return new(mem) btConvex2dConvex2dAlgorithm(ci.m_manifold,ci,body0Wrap,body1Wrap,m_simplexSolver,m… in CreateCollisionAlgorithm()
/external/libgdx/extensions/gdx-bullet/jni/swig-src/collision/com/badlogic/gdx/physics/bullet/collision/
DbtConvex2dConvex2dAlgorithm.java18 public class btConvex2dConvex2dAlgorithm extends btActivatingCollisionAlgorithm { class
21 protected btConvex2dConvex2dAlgorithm(final String className, long cPtr, boolean cMemoryOwn) { in btConvex2dConvex2dAlgorithm() method in btConvex2dConvex2dAlgorithm
27 public btConvex2dConvex2dAlgorithm(long cPtr, boolean cMemoryOwn) { in btConvex2dConvex2dAlgorithm() method in btConvex2dConvex2dAlgorithm
39 public static long getCPtr(btConvex2dConvex2dAlgorithm obj) { in getCPtr()
61 …public btConvex2dConvex2dAlgorithm(btPersistentManifold mf, btCollisionAlgorithmConstructionInfo c… in btConvex2dConvex2dAlgorithm() method in btConvex2dConvex2dAlgorithm
DCollisionJNI.java2004 …id btConvex2dConvex2dAlgorithm_setLowLevelOfDetail(long jarg1, btConvex2dConvex2dAlgorithm jarg1_,… in btConvex2dConvex2dAlgorithm_setLowLevelOfDetail()
2005 …ative long btConvex2dConvex2dAlgorithm_getManifold(long jarg1, btConvex2dConvex2dAlgorithm jarg1_); in btConvex2dConvex2dAlgorithm_getManifold()
2006 …tConvex2dConvex2dAlgorithm_CreateFunc_pdSolver_set(long jarg1, btConvex2dConvex2dAlgorithm.CreateF… in btConvex2dConvex2dAlgorithm_CreateFunc_pdSolver_set()
2007 …tConvex2dConvex2dAlgorithm_CreateFunc_pdSolver_get(long jarg1, btConvex2dConvex2dAlgorithm.CreateF… in btConvex2dConvex2dAlgorithm_CreateFunc_pdSolver_get()
2008 …ex2dConvex2dAlgorithm_CreateFunc_simplexSolver_set(long jarg1, btConvex2dConvex2dAlgorithm.CreateF… in btConvex2dConvex2dAlgorithm_CreateFunc_simplexSolver_set()
2009 …ex2dConvex2dAlgorithm_CreateFunc_simplexSolver_get(long jarg1, btConvex2dConvex2dAlgorithm.CreateF… in btConvex2dConvex2dAlgorithm_CreateFunc_simplexSolver_get()
2010 …Algorithm_CreateFunc_numPerturbationIterations_set(long jarg1, btConvex2dConvex2dAlgorithm.CreateF… in btConvex2dConvex2dAlgorithm_CreateFunc_numPerturbationIterations_set()
2011 …Algorithm_CreateFunc_numPerturbationIterations_get(long jarg1, btConvex2dConvex2dAlgorithm.CreateF… in btConvex2dConvex2dAlgorithm_CreateFunc_numPerturbationIterations_get()
2012 …_CreateFunc_minimumPointsPerturbationThreshold_set(long jarg1, btConvex2dConvex2dAlgorithm.CreateF… in btConvex2dConvex2dAlgorithm_CreateFunc_minimumPointsPerturbationThreshold_set()
2013 …_CreateFunc_minimumPointsPerturbationThreshold_get(long jarg1, btConvex2dConvex2dAlgorithm.CreateF… in btConvex2dConvex2dAlgorithm_CreateFunc_minimumPointsPerturbationThreshold_get()
/external/libgdx/extensions/gdx-bullet/jni/src/bullet/BulletCollision/
DCMakeLists.txt27 CollisionDispatch/btConvex2dConvex2dAlgorithm.cpp
135 CollisionDispatch/btConvex2dConvex2dAlgorithm.h
/external/libgdx/extensions/gdx-bullet/jni/swig-src/collision/
Dclasses.i118 SPECIFY_CLASS(btConvex2dConvex2dAlgorithm, com.badlogic.gdx.physics.bullet.collision)
Dcollision_wrap.cpp37858 btConvex2dConvex2dAlgorithm *result = 0 ; in Java_com_badlogic_gdx_physics_bullet_collision_CollisionJNI_new_1btConvex2dConvex2dAlgorithm()
37880 …result = (btConvex2dConvex2dAlgorithm *)new btConvex2dConvex2dAlgorithm(arg1,(btCollisionAlgorithm… in Java_com_badlogic_gdx_physics_bullet_collision_CollisionJNI_new_1btConvex2dConvex2dAlgorithm()
37881 *(btConvex2dConvex2dAlgorithm **)&jresult = result; in Java_com_badlogic_gdx_physics_bullet_collision_CollisionJNI_new_1btConvex2dConvex2dAlgorithm()
37887 btConvex2dConvex2dAlgorithm *arg1 = (btConvex2dConvex2dAlgorithm *) 0 ; in Java_com_badlogic_gdx_physics_bullet_collision_CollisionJNI_delete_1btConvex2dConvex2dAlgorithm()
37891 arg1 = *(btConvex2dConvex2dAlgorithm **)&jarg1; in Java_com_badlogic_gdx_physics_bullet_collision_CollisionJNI_delete_1btConvex2dConvex2dAlgorithm()
37897 btConvex2dConvex2dAlgorithm *arg1 = (btConvex2dConvex2dAlgorithm *) 0 ; in Java_com_badlogic_gdx_physics_bullet_collision_CollisionJNI_btConvex2dConvex2dAlgorithm_1setLowLevelOfDetail()
37903 arg1 = *(btConvex2dConvex2dAlgorithm **)&jarg1; in Java_com_badlogic_gdx_physics_bullet_collision_CollisionJNI_btConvex2dConvex2dAlgorithm_1setLowLevelOfDetail()
37911 btConvex2dConvex2dAlgorithm *arg1 = (btConvex2dConvex2dAlgorithm *) 0 ; in Java_com_badlogic_gdx_physics_bullet_collision_CollisionJNI_btConvex2dConvex2dAlgorithm_1getManifold()
37917 arg1 = *(btConvex2dConvex2dAlgorithm **)&jarg1; in Java_com_badlogic_gdx_physics_bullet_collision_CollisionJNI_btConvex2dConvex2dAlgorithm_1getManifold()
37925 btConvex2dConvex2dAlgorithm::CreateFunc *arg1 = (btConvex2dConvex2dAlgorithm::CreateFunc *) 0 ; in Java_com_badlogic_gdx_physics_bullet_collision_CollisionJNI_btConvex2dConvex2dAlgorithm_1CreateFunc_1pdSolver_1set()
[all …]