Home
last modified time | relevance | path

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

/external/libgdx/extensions/gdx-bullet/jni/src/bullet/BulletCollision/NarrowPhaseCollision/
DbtPersistentManifold.h75 btScalar m_contactProcessingThreshold; in ATTRIBUTE_ALIGNED128() local
98 m_contactProcessingThreshold(contactProcessingThreshold) in ATTRIBUTE_ALIGNED128()
142 return m_contactProcessingThreshold; in ATTRIBUTE_ALIGNED128()
152 m_contactProcessingThreshold = contactProcessingThreshold; in ATTRIBUTE_ALIGNED128()
/external/libgdx/extensions/gdx-bullet/jni/src/bullet/BulletCollision/CollisionDispatch/
DbtCollisionObject.cpp23 m_contactProcessingThreshold(BT_LARGE_FLOAT), in btCollisionObject()
83 dataOut->m_contactProcessingThreshold = m_contactProcessingThreshold; in serialize()
DbtCollisionObject.h66 btScalar m_contactProcessingThreshold; in ATTRIBUTE_ALIGNED16() local
178 m_contactProcessingThreshold = contactProcessingThreshold; in ATTRIBUTE_ALIGNED16()
182 return m_contactProcessingThreshold; in ATTRIBUTE_ALIGNED16()
527 double m_contactProcessingThreshold; member
560 float m_contactProcessingThreshold; member
/external/libgdx/extensions/gdx-bullet/jni/src/extras/Serialize/BulletFileLoader/autogenerated/
Dbullet.h552 double m_contactProcessingThreshold; variable
584 float m_contactProcessingThreshold; variable
/external/libgdx/extensions/gdx-bullet/jni/swig-src/collision/
Dcollision_wrap.cpp25135 if (arg1) (arg1)->m_contactProcessingThreshold = arg2; in Java_com_badlogic_gdx_physics_bullet_collision_CollisionJNI_btCollisionObjectDoubleData_1contactProcessingThreshold_1set()
25148 result = (double) ((arg1)->m_contactProcessingThreshold); in Java_com_badlogic_gdx_physics_bullet_collision_CollisionJNI_btCollisionObjectDoubleData_1contactProcessingThreshold_1get()
25889 if (arg1) (arg1)->m_contactProcessingThreshold = arg2; in Java_com_badlogic_gdx_physics_bullet_collision_CollisionJNI_btCollisionObjectFloatData_1contactProcessingThreshold_1set()
25902 result = (float) ((arg1)->m_contactProcessingThreshold); in Java_com_badlogic_gdx_physics_bullet_collision_CollisionJNI_btCollisionObjectFloatData_1contactProcessingThreshold_1get()