Home
last modified time | relevance | path

Searched refs:m_pressure (Results 1 – 6 of 6) sorted by relevance

/external/libgdx/extensions/gdx-bullet/jni/src/bullet/BulletSoftBody/
DbtSoftBodyData.h91 float m_pressure; // Pressure coefficient [-inf,+inf] member
DbtSoftBodyInternals.h512 medium.m_pressure = 0; in EvaluateMedium()
520 medium.m_pressure = depth*wfi->water_density*wfi->m_gravity.length(); in EvaluateMedium()
DbtSoftBody.h197 btScalar m_pressure; /* Pressure */ member
DbtSoftBody.cpp3421 sbd->m_config.m_pressure = m_cfg.kPR; in serialize()
/external/libgdx/extensions/gdx-bullet/jni/src/extras/Serialize/BulletFileLoader/autogenerated/
Dbullet.h1226 float m_pressure; variable
/external/libgdx/extensions/gdx-bullet/jni/swig-src/softbody/
Dsoftbody_wrap.cpp4042 if (arg1) (arg1)->m_pressure = arg2; in Java_com_badlogic_gdx_physics_bullet_softbody_SoftbodyJNI_btSoftBody_1sMedium_1pressure_1set()
4055 result = (btScalar) ((arg1)->m_pressure); in Java_com_badlogic_gdx_physics_bullet_softbody_SoftbodyJNI_btSoftBody_1sMedium_1pressure_1get()
15250 if (arg1) (arg1)->m_pressure = arg2; in Java_com_badlogic_gdx_physics_bullet_softbody_SoftbodyJNI_SoftBodyConfigData_1pressure_1set()
15263 result = (float) ((arg1)->m_pressure); in Java_com_badlogic_gdx_physics_bullet_softbody_SoftbodyJNI_SoftBodyConfigData_1pressure_1get()