Home
last modified time | relevance | path

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

/external/libgdx/extensions/gdx-bullet/jni/src/bullet/BulletSoftBody/
DbtSoftBodyData.h138 btVector3FloatData m_vimpulses[2]; member
DbtSoftBody.cpp978 cluster->m_vimpulses[0]+=li;cluster->m_lv+=li; in clusterVImpulse()
979 cluster->m_vimpulses[1]+=ai;cluster->m_av+=ai; in clusterVImpulse()
1004 cluster->m_vimpulses[1]+=ai;cluster->m_av+=ai; in clusterVAImpulse()
2612 c.m_vimpulses[0] = in updateClusters()
2613 c.m_vimpulses[1] = btVector3(0,0,0); in updateClusters()
2716 const btVector3 v=(drift?c.m_dimpulses[0]:c.m_vimpulses[0])*m_sst.sdt; in applyClusters()
2717 const btVector3 w=(drift?c.m_dimpulses[1]:c.m_vimpulses[1])*m_sst.sdt; in applyClusters()
3536 m_clusters[i]->m_vimpulses[0].serializeFloat(memPtr->m_vimpulses[0]); in serialize()
3537 m_clusters[i]->m_vimpulses[1].serializeFloat(memPtr->m_vimpulses[1]); in serialize()
DbtSoftBody.h330 btVector3 m_vimpulses[2]; member
/external/libgdx/extensions/gdx-bullet/jni/src/extras/Serialize/BulletFileLoader/autogenerated/
Dbullet.h1277 btVector3FloatData m_vimpulses[2]; variable
/external/libgdx/extensions/gdx-bullet/jni/swig-src/softbody/
Dsoftbody_wrap.cpp6608 btVector3 *b = (btVector3 *) arg1->m_vimpulses; in Java_com_badlogic_gdx_physics_bullet_softbody_SoftbodyJNI_btSoftBody_1Cluster_1vimpulses_1set()
6624 result = (btVector3 *)(btVector3 *) ((arg1)->m_vimpulses); in Java_com_badlogic_gdx_physics_bullet_softbody_SoftbodyJNI_btSoftBody_1Cluster_1vimpulses_1get()
16379 btVector3FloatData *b = (btVector3FloatData *) arg1->m_vimpulses; in Java_com_badlogic_gdx_physics_bullet_softbody_SoftbodyJNI_SoftBodyClusterData_1vimpulses_1set()
16395 result = (btVector3FloatData *)(btVector3FloatData *) ((arg1)->m_vimpulses); in Java_com_badlogic_gdx_physics_bullet_softbody_SoftbodyJNI_SoftBodyClusterData_1vimpulses_1get()