Home
last modified time | relevance | path

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

/external/libgdx/extensions/gdx-bullet/jni/src/bullet/BulletSoftBody/
DbtSoftBodyData.h154 int m_ndimpulses; member
DbtSoftBody.cpp990 cluster->m_ndimpulses++; in clusterDImpulse()
1013 cluster->m_ndimpulses++; in clusterDAImpulse()
1027 cluster->m_ndimpulses++; in clusterDCImpulse()
2617 c.m_ndimpulses = 0; in updateClusters()
2703 if(c.m_ndimpulses) in applyClusters()
2705 c.m_dimpulses[0]/=(btScalar)c.m_ndimpulses; in applyClusters()
2706 c.m_dimpulses[1]/=(btScalar)c.m_ndimpulses; in applyClusters()
2714 if(0<(drift?c.m_ndimpulses:c.m_nvimpulses)) in applyClusters()
3538 memPtr->m_ndimpulses = m_clusters[i]->m_ndimpulses; in serialize()
DbtSoftBody.h333 int m_ndimpulses; member
/external/libgdx/extensions/gdx-bullet/jni/src/extras/Serialize/BulletFileLoader/autogenerated/
Dbullet.h1290 int m_ndimpulses; variable
/external/libgdx/extensions/gdx-bullet/jni/swig-src/softbody/
Dsoftbody_wrap.cpp6701 if (arg1) (arg1)->m_ndimpulses = arg2; in Java_com_badlogic_gdx_physics_bullet_softbody_SoftbodyJNI_btSoftBody_1Cluster_1ndimpulses_1set()
6714 result = (int) ((arg1)->m_ndimpulses); in Java_com_badlogic_gdx_physics_bullet_softbody_SoftbodyJNI_btSoftBody_1Cluster_1ndimpulses_1get()
16779 if (arg1) (arg1)->m_ndimpulses = arg2; in Java_com_badlogic_gdx_physics_bullet_softbody_SoftbodyJNI_SoftBodyClusterData_1ndimpulses_1set()
16792 result = (int) ((arg1)->m_ndimpulses); in Java_com_badlogic_gdx_physics_bullet_softbody_SoftbodyJNI_SoftBodyClusterData_1ndimpulses_1get()