Home
last modified time | relevance | path

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

/external/libgdx/extensions/gdx-bullet/jni/src/bullet/BulletSoftBody/
DbtSoftBodyData.h210 int m_numAnchors; member
DbtSoftBody.cpp3396 sbd->m_numAnchors = m_anchors.size(); in serialize()
3397 …sbd->m_anchors = sbd->m_numAnchors ? (SoftRigidAnchorData*) serializer->getUniquePointer((void*)&m… in serialize()
3401 int numElem = sbd->m_numAnchors; in serialize()
/external/libgdx/extensions/gdx-bullet/jni/src/extras/Serialize/BulletFileLoader/autogenerated/
Dbullet.h1341 int m_numAnchors; variable
/external/libgdx/extensions/gdx-bullet/jni/swig-src/softbody/
Dsoftbody_wrap.cpp17880 if (arg1) (arg1)->m_numAnchors = arg2; in Java_com_badlogic_gdx_physics_bullet_softbody_SoftbodyJNI_btSoftBodyFloatData_1numAnchors_1set()
17893 result = (int) ((arg1)->m_numAnchors); in Java_com_badlogic_gdx_physics_bullet_softbody_SoftbodyJNI_btSoftBodyFloatData_1numAnchors_1get()