Home
last modified time | relevance | path

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

/external/libgdx/extensions/gdx-bullet/jni/src/bullet/BulletSoftBody/
DbtSoftBodyData.h63 btVector3FloatData m_c0[4]; // gradients member
74 btMatrix3x3FloatData m_c0; // Impulse matrix member
DbtSoftBody.h240 btScalar m_c0; // (ima+imb)*kLST member
259 btVector3 m_c0[4]; // gradients member
268 btMatrix3x3 m_c0; // Impulse matrix member
292 btMatrix3x3 m_c0; // Impulse matrix member
DbtSoftBody.cpp1860 l.m_c2 = 1/(l.m_c3.length2()*l.m_c0); in solveConstraints()
1867 a.m_c0 = ImpulseMatrix( m_sst.sdt, in solveConstraints()
2456 l.m_c0 = (l.m_n[0]->m_im+l.m_n[1]->m_im)/m.m_kLST; in updateLinkConstants()
3015 const btVector3 impulse=a.m_c0*vr*a.m_influence; in PSolve_Anchors()
3042 …const btVector3 impulse = c.m_c0 * ( (vr - (fv * c.m_c3) + (cti.m_normal * (dp * c.m_c4))) * kst … in PSolve_RContacts()
3090 if(l.m_c0>0) in PSolve_Links()
3098 const btScalar k=((l.m_c1-len)/(l.m_c0*(l.m_c1+len)))*kst; in PSolve_Links()
3385 m_tetras[i].m_c0[j].serializeFloat( memPtr->m_c0[j] ); in serialize()
3406 m_anchors[i].m_c0.serializeFloat(memPtr->m_c0); in serialize()
DbtSoftBodyInternals.h840 c.m_c0 = ImpulseMatrix(psb->m_sst.sdt,ima,imb,iwi,ra); in DoNode()
/external/libgdx/extensions/gdx-bullet/jni/src/extras/Serialize/BulletFileLoader/autogenerated/
Dbullet.h1194 btVector3FloatData m_c0[4];
1208 btMatrix3x3FloatData m_c0;
/external/libgdx/extensions/gdx-bullet/jni/swig-src/softbody/
Dsoftbody_wrap.cpp4724 if (arg1) (arg1)->m_c0 = arg2; in Java_com_badlogic_gdx_physics_bullet_softbody_SoftbodyJNI_btSoftBody_1Link_1c0_1set()
4737 result = (btScalar) ((arg1)->m_c0); in Java_com_badlogic_gdx_physics_bullet_softbody_SoftbodyJNI_btSoftBody_1Link_1c0_1get()
5093 btVector3 *b = (btVector3 *) arg1->m_c0; in Java_com_badlogic_gdx_physics_bullet_softbody_SoftbodyJNI_btSoftBody_1Tetra_1c0_1set()
5109 result = (btVector3 *)(btVector3 *) ((arg1)->m_c0); in Java_com_badlogic_gdx_physics_bullet_softbody_SoftbodyJNI_btSoftBody_1Tetra_1c0_1get()
5260 if (arg1) (arg1)->m_c0 = arg2; in Java_com_badlogic_gdx_physics_bullet_softbody_SoftbodyJNI_btSoftBody_1RContact_1c0_1set()
5273 result = ((arg1)->m_c0); in Java_com_badlogic_gdx_physics_bullet_softbody_SoftbodyJNI_btSoftBody_1RContact_1c0_1get()
5770 if (arg1) (arg1)->m_c0 = arg2; in Java_com_badlogic_gdx_physics_bullet_softbody_SoftbodyJNI_btSoftBody_1Anchor_1c0_1set()
5783 result = ((arg1)->m_c0); in Java_com_badlogic_gdx_physics_bullet_softbody_SoftbodyJNI_btSoftBody_1Anchor_1c0_1get()
14680 btVector3FloatData *b = (btVector3FloatData *) arg1->m_c0; in Java_com_badlogic_gdx_physics_bullet_softbody_SoftbodyJNI_SoftBodyTetraData_1c0_1set()
14696 result = (btVector3FloatData *)(btVector3FloatData *) ((arg1)->m_c0); in Java_com_badlogic_gdx_physics_bullet_softbody_SoftbodyJNI_SoftBodyTetraData_1c0_1get()
[all …]