Home
last modified time | relevance | path

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

/external/libgdx/extensions/gdx-bullet/jni/src/bullet/BulletSoftBody/
DbtSoftBodyData.h156 float m_ldamping; member
DbtSoftBody.h338 btScalar m_ldamping; /* Linear damping */ member
346 Cluster() : m_leaf(0),m_ndamping(0),m_ldamping(0),m_adamping(0),m_matching(0) in Cluster()
DbtSoftBody.cpp2610 c.m_lv=c.m_imass*c.m_lv*(1-c.m_ldamping); in updateClusters()
3521 memPtr->m_ldamping = m_clusters[i]->m_ldamping; in serialize()
3527 memPtr->m_ldamping = m_clusters[i]->m_ldamping; in serialize()
/external/libgdx/extensions/gdx-bullet/jni/src/extras/Serialize/BulletFileLoader/autogenerated/
Dbullet.h1292 float m_ldamping; variable
/external/libgdx/extensions/gdx-bullet/jni/swig-src/softbody/
Dsoftbody_wrap.cpp6844 if (arg1) (arg1)->m_ldamping = arg2; in Java_com_badlogic_gdx_physics_bullet_softbody_SoftbodyJNI_btSoftBody_1Cluster_1ldamping_1set()
6857 result = (btScalar) ((arg1)->m_ldamping); in Java_com_badlogic_gdx_physics_bullet_softbody_SoftbodyJNI_btSoftBody_1Cluster_1ldamping_1get()
16835 if (arg1) (arg1)->m_ldamping = arg2; in Java_com_badlogic_gdx_physics_bullet_softbody_SoftbodyJNI_SoftBodyClusterData_1ldamping_1set()
16848 result = (float) ((arg1)->m_ldamping); in Java_com_badlogic_gdx_physics_bullet_softbody_SoftbodyJNI_SoftBodyClusterData_1ldamping_1get()