Home
last modified time | relevance | path

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

/external/libgdx/extensions/gdx-bullet/jni/src/bullet/BulletSoftBody/
DbtSoftBodyData.h158 float m_matching; member
DbtSoftBody.h340 btScalar m_matching; member
346 Cluster() : m_leaf(0),m_ndamping(0),m_ldamping(0),m_adamping(0),m_matching(0) in Cluster()
DbtSoftBody.cpp2619 if(c.m_matching>0) in updateClusters()
2625 n.m_x=Lerp(n.m_x,x,c.m_matching); in updateClusters()
3524 memPtr->m_matching = m_clusters[i]->m_matching; in serialize()
/external/libgdx/extensions/gdx-bullet/jni/src/extras/Serialize/BulletFileLoader/autogenerated/
Dbullet.h1294 float m_matching; variable
/external/libgdx/extensions/gdx-bullet/jni/swig-src/softbody/
Dsoftbody_wrap.cpp6900 if (arg1) (arg1)->m_matching = arg2; in Java_com_badlogic_gdx_physics_bullet_softbody_SoftbodyJNI_btSoftBody_1Cluster_1matching_1set()
6913 result = (btScalar) ((arg1)->m_matching); in Java_com_badlogic_gdx_physics_bullet_softbody_SoftbodyJNI_btSoftBody_1Cluster_1matching_1get()
16891 if (arg1) (arg1)->m_matching = arg2; in Java_com_badlogic_gdx_physics_bullet_softbody_SoftbodyJNI_SoftBodyClusterData_1matching_1set()
16904 result = (float) ((arg1)->m_matching); in Java_com_badlogic_gdx_physics_bullet_softbody_SoftbodyJNI_SoftBodyClusterData_1matching_1get()