/external/libgdx/extensions/gdx-bullet/jni/src/bullet/BulletCollision/Gimpact/ |
D | btGImpactCollisionAlgorithm.cpp | 101 virtual const btCollisionShape * getChildShape(int index) in getChildShape() function in GIM_ShapeRetriever::ChildShapeRetriever 103 return m_parent->m_gim_shape->getChildShape(index); in getChildShape() 112 virtual btCollisionShape * getChildShape(int index) in getChildShape() function in GIM_ShapeRetriever::TriangleShapeRetriever 124 virtual btCollisionShape * getChildShape(int index) in getChildShape() function in GIM_ShapeRetriever::TetraShapeRetriever 156 const btCollisionShape * getChildShape(int index) in getChildShape() function in GIM_ShapeRetriever 158 return m_current_retriever->getChildShape(index); in getChildShape() 538 const btCollisionShape * colshape0 = retriever0.getChildShape(m_triface0); in gimpact_vs_gimpact() 539 const btCollisionShape * colshape1 = retriever1.getChildShape(m_triface1); in gimpact_vs_gimpact() 646 const btCollisionShape * colshape0 = retriever0.getChildShape(child_index); in gimpact_vs_shape() 696 const btCollisionShape * colshape1 = shape1->getChildShape(i); in gimpact_vs_compoundshape()
|
D | btGImpactShape.h | 181 btCollisionShape* child = getChildShape(i); in setMargin() 259 virtual btCollisionShape* getChildShape(int index) = 0; 263 virtual const btCollisionShape* getChildShape(int index) const = 0; 358 const btCollisionShape* shape = m_compoundShape->getChildShape(prim_index); in get_primitive_box() 435 virtual btCollisionShape* getChildShape(int index) in getChildShape() function 441 virtual const btCollisionShape* getChildShape(int index) const in getChildShape() function 767 virtual btCollisionShape* getChildShape(int index) in getChildShape() function 777 virtual const btCollisionShape* getChildShape(int index) const in getChildShape() function 1101 virtual btCollisionShape* getChildShape(int index) in getChildShape() function 1110 virtual const btCollisionShape* getChildShape(int index) const in getChildShape() function
|
/external/libgdx/extensions/gdx-bullet/jni/src/bullet/BulletCollision/CollisionShapes/ |
D | btConvex2dShape.h | 44 btConvexShape* getChildShape() in ATTRIBUTE_ALIGNED16() 49 const btConvexShape* getChildShape() const in ATTRIBUTE_ALIGNED16()
|
D | btUniformScalingShape.h | 51 btConvexShape* getChildShape() in ATTRIBUTE_ALIGNED16() 56 const btConvexShape* getChildShape() const in ATTRIBUTE_ALIGNED16()
|
D | btScaledBvhTriangleMeshShape.h | 49 btBvhTriangleMeshShape* getChildShape() in ATTRIBUTE_ALIGNED16() 54 const btBvhTriangleMeshShape* getChildShape() const in ATTRIBUTE_ALIGNED16()
|
D | btCompoundShape.h | 90 btCollisionShape* getChildShape(int index) in ATTRIBUTE_ALIGNED16() 94 const btCollisionShape* getChildShape(int index) const in ATTRIBUTE_ALIGNED16()
|
/external/libgdx/extensions/gdx-bullet/jni/swig/collision/ |
D | btCompoundShape.i | 21 %ignore btCompoundShape::getChildShape; 44 public btCollisionShape getChildShape(int index) { in getChildShape() function
|
/external/libgdx/extensions/gdx-bullet/jni/src/bullet/BulletCollision/CollisionDispatch/ |
D | btCompoundCollisionAlgorithm.cpp | 65 const btCollisionShape* childShape = compoundShape->getChildShape(i); in preallocateChildAlgorithms() 194 const btCollisionShape* childShape = compoundShape->getChildShape(index); in Process() 286 callback.ProcessChildShape(compoundShape->getChildShape(i),i); in processCollision() 305 childShape = compoundShape->getChildShape(i); in processCollision()
|
D | btCompoundCompoundCollisionAlgorithm.cpp | 144 const btCollisionShape* childShape0 = compoundShape0->getChildShape(childIndex0); in Process() 145 const btCollisionShape* childShape1 = compoundShape1->getChildShape(childIndex1); in Process() 377 childShape0 = compoundShape0->getChildShape(pairs[i].m_indexA); in processCollision() 391 childShape1 = compoundShape1->getChildShape(pairs[i].m_indexB); in processCollision()
|
D | btCollisionWorld.cpp | 516 const btCollisionShape* childCollisionShape = m_compoundShape->getChildShape(i); in rayTestSingleInternal() 802 const btCollisionShape* childCollisionShape = compoundShape->getChildShape(i); in objectQuerySingleInternal() 1260 const btCollisionShape* colShape = compoundShape->getChildShape(i); in debugDrawObject()
|
D | btInternalEdgeUtility.cpp | 462 …aledBvhTriangleMeshShape*)colObj0Wrap->getCollisionObject()->getCollisionShape())->getChildShape(); in btAdjustInternalEdgeContacts()
|
/external/libgdx/extensions/gdx-bullet/jni/swig-src/collision/com/badlogic/gdx/physics/bullet/collision/ |
D | btConvex2dShape.java | 65 public btConvexShape getChildShape() { in getChildShape() method in btConvex2dShape
|
D | btUniformScalingShape.java | 69 public btConvexShape getChildShape() { in getChildShape() method in btUniformScalingShape
|
D | btScaledBvhTriangleMeshShape.java | 65 public btBvhTriangleMeshShape getChildShape() { in getChildShape() method in btScaledBvhTriangleMeshShape
|
D | btGImpactMeshShape.java | 79 public btCollisionShape getChildShape(int index) { in getChildShape() method in btGImpactMeshShape
|
D | btCompoundShapeChildData.java | 74 public btCollisionShapeData getChildShape() { in getChildShape() method in btCompoundShapeChildData
|
D | btCompoundShapeChild.java | 74 public btCollisionShape getChildShape() { in getChildShape() method in btCompoundShapeChild
|
D | btGImpactCompoundShape.java | 148 public btCollisionShape getChildShape(int index) { in getChildShape() method in btGImpactCompoundShape
|
D | btCompoundShape.java | 80 public btCollisionShape getChildShape(int index) { in getChildShape() method in btCompoundShape
|
D | btGImpactShapeInterface.java | 135 public btCollisionShape getChildShape(int index) { in getChildShape() method in btGImpactShapeInterface
|
D | btGImpactMeshShapePart.java | 262 public btCollisionShape getChildShape(int index) { in getChildShape() method in btGImpactMeshShapePart
|
/external/libgdx/extensions/gdx-bullet/jni/swig-src/softbody/com/badlogic/gdx/physics/bullet/softbody/ |
D | btTriIndex.java | 75 public btCollisionShape getChildShape() { in getChildShape() method in btTriIndex
|
/external/libgdx/extensions/gdx-bullet/jni/swig-src/collision/ |
D | collision_wrap.cpp | 21177 result = (btBvhTriangleMeshShape *)(arg1)->getChildShape(); in Java_com_badlogic_gdx_physics_bullet_collision_CollisionJNI_btScaledBvhTriangleMeshShape_1getChildShape_1_1SWIG_10() 23546 result = (btConvexShape *)(arg1)->getChildShape(); in Java_com_badlogic_gdx_physics_bullet_collision_CollisionJNI_btUniformScalingShape_1getChildShape_1_1SWIG_10() 23759 result = (btConvexShape *)(arg1)->getChildShape(); in Java_com_badlogic_gdx_physics_bullet_collision_CollisionJNI_btConvex2dShape_1getChildShape_1_1SWIG_10() 50553 result = (btCollisionShape *)(arg1)->getChildShape(arg2); in Java_com_badlogic_gdx_physics_bullet_collision_CollisionJNI_btGImpactShapeInterface_1getChildShape_1_1SWIG_10() 50837 result = (btCollisionShape *)(arg1)->getChildShape(arg2); in Java_com_badlogic_gdx_physics_bullet_collision_CollisionJNI_btGImpactCompoundShape_1getChildShape_1_1SWIG_10() 51447 result = (btCollisionShape *)(arg1)->getChildShape(arg2); in Java_com_badlogic_gdx_physics_bullet_collision_CollisionJNI_btGImpactMeshShapePart_1getChildShape_1_1SWIG_10() 51599 result = (btCollisionShape *)(arg1)->getChildShape(arg2); in Java_com_badlogic_gdx_physics_bullet_collision_CollisionJNI_btGImpactMeshShape_1getChildShape_1_1SWIG_10()
|