Home
last modified time | relevance | path

Searched refs:m_collisionShape (Results 1 – 12 of 12) sorted by relevance

/external/libgdx/extensions/gdx-bullet/jni/src/bullet/BulletCollision/CollisionDispatch/
DbtCollisionObject.h69 btCollisionShape* m_collisionShape; in ATTRIBUTE_ALIGNED16() local
211 m_collisionShape = collisionShape; in ATTRIBUTE_ALIGNED16()
217 return m_collisionShape; in ATTRIBUTE_ALIGNED16()
222 return m_collisionShape; in ATTRIBUTE_ALIGNED16()
518 void *m_collisionShape; member
551 void *m_collisionShape; member
DbtCollisionObject.cpp25 m_collisionShape(0), in btCollisionObject()
85 dataOut->m_collisionShape = serializer->getUniquePointer(m_collisionShape); in serialize()
DbtCollisionWorldImporter.cpp88 btCollisionShape** shapePtr = m_shapeMap.find(colObjData->m_collisionShape); in convertAllObjects()
119 btCollisionShape** shapePtr = m_shapeMap.find(colObjData->m_collisionShape); in convertAllObjects()
/external/libgdx/extensions/gdx-bullet/jni/src/bullet/BulletDynamics/Dynamics/
DbtRigidBody.h128 btCollisionShape* m_collisionShape; member
155 m_collisionShape(collisionShape), in m_mass()
252 return m_collisionShape; in getCollisionShape()
256 return m_collisionShape; in getCollisionShape()
DbtRigidBody.cpp84 setCollisionShape( constructionInfo.m_collisionShape ); in setupRigidBody()
/external/libgdx/extensions/gdx-bullet/jni/swig/dynamics/
DbtRigidBody.i9 %rename(i_collisionShape) btRigidBody::btRigidBodyConstructionInfo::m_collisionShape;
10 %javamethodmodifiers btRigidBody::btRigidBodyConstructionInfo::m_collisionShape "private";
/external/libgdx/extensions/gdx-bullet/jni/src/extras/Serialize/BulletWorldImporter/
DbtBulletWorldImporter.cpp246 btCollisionShape** shapePtr = m_shapeMap.find(colObjData->m_collisionShape); in convertAllObjects()
277 btCollisionShape** shapePtr = m_shapeMap.find(colObjData->m_collisionShape); in convertAllObjects()
DbtWorldImporter.cpp2033 btCollisionShape** shapePtr = m_shapeMap.find(colObjData->m_collisionObjectData.m_collisionShape); in convertRigidBodyFloat()
2082 btCollisionShape** shapePtr = m_shapeMap.find(colObjData->m_collisionObjectData.m_collisionShape); in convertRigidBodyDouble()
/external/libgdx/extensions/gdx-bullet/jni/src/extras/Serialize/BulletFileLoader/autogenerated/
Dbullet.h544 void *m_collisionShape; variable
576 void *m_collisionShape; variable
/external/libgdx/extensions/gdx-bullet/jni/src/bullet/BulletSoftBody/
DbtSoftBody.cpp107 m_collisionShape = new btSoftBodyCollisionShape(this); in initDefaults()
108 m_collisionShape->setMargin(0.25f); in initDefaults()
120 delete m_collisionShape; in ~btSoftBody()
/external/libgdx/extensions/gdx-bullet/jni/swig-src/collision/
Dcollision_wrap.cpp24892 if (arg1) (arg1)->m_collisionShape = arg2; in Java_com_badlogic_gdx_physics_bullet_collision_CollisionJNI_btCollisionObjectDoubleData_1collisionShape_1set()
24905 result = (void *) ((arg1)->m_collisionShape); in Java_com_badlogic_gdx_physics_bullet_collision_CollisionJNI_btCollisionObjectDoubleData_1collisionShape_1get()
25646 if (arg1) (arg1)->m_collisionShape = arg2; in Java_com_badlogic_gdx_physics_bullet_collision_CollisionJNI_btCollisionObjectFloatData_1collisionShape_1set()
25659 result = (void *) ((arg1)->m_collisionShape); in Java_com_badlogic_gdx_physics_bullet_collision_CollisionJNI_btCollisionObjectFloatData_1collisionShape_1get()
/external/libgdx/extensions/gdx-bullet/jni/swig-src/dynamics/
Ddynamics_wrap.cpp2306 if (arg1) (arg1)->m_collisionShape = arg2; in Java_com_badlogic_gdx_physics_bullet_dynamics_DynamicsJNI_btRigidBody_1btRigidBodyConstructionInfo_1i_1collisionShape_1set()
2319 result = (btCollisionShape *) ((arg1)->m_collisionShape); in Java_com_badlogic_gdx_physics_bullet_dynamics_DynamicsJNI_btRigidBody_1btRigidBodyConstructionInfo_1i_1collisionShape_1get()