Home
last modified time | relevance | path

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

/external/libgdx/extensions/gdx-bullet/jni/src/bullet/BulletSoftBody/
DbtSoftBodyData.h159 float m_maxSelfCollisionImpulse; member
DbtSoftBody.h341 btScalar m_maxSelfCollisionImpulse; member
347 ,m_maxSelfCollisionImpulse(100.f), in Cluster()
DbtSoftBody.cpp2905 if (impulse.m_velocity.length() <m_bodies[0].m_soft->m_maxSelfCollisionImpulse) in Solve()
3525 memPtr->m_maxSelfCollisionImpulse = m_clusters[i]->m_maxSelfCollisionImpulse; in serialize()
/external/libgdx/extensions/gdx-bullet/jni/src/extras/Serialize/BulletFileLoader/autogenerated/
Dbullet.h1295 float m_maxSelfCollisionImpulse; variable
/external/libgdx/extensions/gdx-bullet/jni/swig-src/softbody/
Dsoftbody_wrap.cpp6928 if (arg1) (arg1)->m_maxSelfCollisionImpulse = arg2; in Java_com_badlogic_gdx_physics_bullet_softbody_SoftbodyJNI_btSoftBody_1Cluster_1maxSelfCollisionImpulse_1set()
6941 result = (btScalar) ((arg1)->m_maxSelfCollisionImpulse); in Java_com_badlogic_gdx_physics_bullet_softbody_SoftbodyJNI_btSoftBody_1Cluster_1maxSelfCollisionImpulse_1get()
16919 if (arg1) (arg1)->m_maxSelfCollisionImpulse = arg2; in Java_com_badlogic_gdx_physics_bullet_softbody_SoftbodyJNI_SoftBodyClusterData_1maxSelfCollisionImpulse_1set()
16932 result = (float) ((arg1)->m_maxSelfCollisionImpulse); in Java_com_badlogic_gdx_physics_bullet_softbody_SoftbodyJNI_SoftBodyClusterData_1maxSelfCollisionImpulse_1get()