Home
last modified time | relevance | path

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

/external/libgdx/extensions/gdx-bullet/jni/src/bullet/BulletSoftBody/
DbtSoftBodyData.h153 int m_nvimpulses; member
DbtSoftBody.cpp980 cluster->m_nvimpulses++; in clusterVImpulse()
1005 cluster->m_nvimpulses++; in clusterVAImpulse()
2616 c.m_nvimpulses = 0; in updateClusters()
2714 if(0<(drift?c.m_ndimpulses:c.m_nvimpulses)) in applyClusters()
3535 memPtr->m_nvimpulses = m_clusters[i]->m_nvimpulses; in serialize()
DbtSoftBody.h332 int m_nvimpulses; member
/external/libgdx/extensions/gdx-bullet/jni/src/extras/Serialize/BulletFileLoader/autogenerated/
Dbullet.h1289 int m_nvimpulses; variable
/external/libgdx/extensions/gdx-bullet/jni/swig-src/softbody/
Dsoftbody_wrap.cpp6673 if (arg1) (arg1)->m_nvimpulses = arg2; in Java_com_badlogic_gdx_physics_bullet_softbody_SoftbodyJNI_btSoftBody_1Cluster_1nvimpulses_1set()
6686 result = (int) ((arg1)->m_nvimpulses); in Java_com_badlogic_gdx_physics_bullet_softbody_SoftbodyJNI_btSoftBody_1Cluster_1nvimpulses_1get()
16751 if (arg1) (arg1)->m_nvimpulses = arg2; in Java_com_badlogic_gdx_physics_bullet_softbody_SoftbodyJNI_SoftBodyClusterData_1nvimpulses_1set()
16764 result = (int) ((arg1)->m_nvimpulses); in Java_com_badlogic_gdx_physics_bullet_softbody_SoftbodyJNI_SoftBodyClusterData_1nvimpulses_1get()