Searched refs:m_lv (Results 1 – 6 of 6) sorted by relevance
/external/libgdx/extensions/gdx-bullet/jni/src/bullet/BulletSoftBody/ |
D | btSoftBodyData.h | 140 btVector3FloatData m_lv; member
|
D | btSoftBody.cpp | 970 return(cluster->m_lv+btCross(cluster->m_av,rpos)); in clusterVelocity() 978 cluster->m_vimpulses[0]+=li;cluster->m_lv+=li; in clusterVImpulse() 2493 c.m_lv = btVector3(0,0,0); in initializeClusters() 2598 c.m_lv=btVector3(0,0,0); in updateClusters() 2606 c.m_lv += v; in updateClusters() 2610 c.m_lv=c.m_imass*c.m_lv*(1-c.m_ldamping); in updateClusters() 2640 m_cdbvt.update(c.m_leaf,bounds,c.m_lv*m_sst.sdt*3,m_sst.radmrg); in updateClusters() 2752 const btVector3 vx=c.m_lv+btCross(c.m_av,c.m_nodes[j]->m_q-c.m_com); in dampClusters() 3523 m_clusters[i]->m_lv.serializeFloat(memPtr->m_lv); in serialize()
|
D | btSoftBody.h | 334 btVector3 m_lv; member 420 if(m_soft) return(m_soft->m_lv); in linearVelocity()
|
D | btSoftBodyHelpers.cpp | 244 const btVector3 v=c.m_lv+btCross(c.m_av,r); in Draw()
|
/external/libgdx/extensions/gdx-bullet/jni/src/extras/Serialize/BulletFileLoader/autogenerated/ |
D | bullet.h | 1279 btVector3FloatData m_lv; variable
|
/external/libgdx/extensions/gdx-bullet/jni/swig-src/softbody/ |
D | softbody_wrap.cpp | 6730 if (arg1) (arg1)->m_lv = *arg2; in Java_com_badlogic_gdx_physics_bullet_softbody_SoftbodyJNI_btSoftBody_1Cluster_1lv_1set() 6743 result = (btVector3 *)& ((arg1)->m_lv); in Java_com_badlogic_gdx_physics_bullet_softbody_SoftbodyJNI_btSoftBody_1Cluster_1lv_1get() 16445 if (arg1) (arg1)->m_lv = *arg2; in Java_com_badlogic_gdx_physics_bullet_softbody_SoftbodyJNI_SoftBodyClusterData_1lv_1set() 16458 result = (btVector3FloatData *)& ((arg1)->m_lv); in Java_com_badlogic_gdx_physics_bullet_softbody_SoftbodyJNI_SoftBodyClusterData_1lv_1get()
|