Home
last modified time | relevance | path

Searched refs:m_restVolume (Results 1 – 4 of 4) sorted by relevance

/external/libgdx/extensions/gdx-bullet/jni/src/bullet/BulletSoftBody/
DbtSoftBodyData.h66 float m_restVolume; // Rest volume member
128 float m_restVolume; // Rest volume member
DbtSoftBody.cpp3391 memPtr->m_restVolume = m_tetras[i].m_rv; in serialize()
3474 memPtr->m_restVolume = m_pose.m_volume; in serialize()
/external/libgdx/extensions/gdx-bullet/jni/src/extras/Serialize/BulletFileLoader/autogenerated/
Dbullet.h1197 float m_restVolume; variable
1264 float m_restVolume; variable
/external/libgdx/extensions/gdx-bullet/jni/swig-src/softbody/
Dsoftbody_wrap.cpp14777 if (arg1) (arg1)->m_restVolume = arg2; in Java_com_badlogic_gdx_physics_bullet_softbody_SoftbodyJNI_SoftBodyTetraData_1restVolume_1set()
14790 result = (float) ((arg1)->m_restVolume); in Java_com_badlogic_gdx_physics_bullet_softbody_SoftbodyJNI_SoftBodyTetraData_1restVolume_1get()
16172 if (arg1) (arg1)->m_restVolume = arg2; in Java_com_badlogic_gdx_physics_bullet_softbody_SoftbodyJNI_SoftBodyPoseData_1restVolume_1set()
16185 result = (float) ((arg1)->m_restVolume); in Java_com_badlogic_gdx_physics_bullet_softbody_SoftbodyJNI_SoftBodyPoseData_1restVolume_1get()