Home
last modified time | relevance | path

Searched refs:getChildShape (Results 1 – 23 of 23) sorted by relevance

/external/libgdx/extensions/gdx-bullet/jni/src/bullet/BulletCollision/Gimpact/
DbtGImpactCollisionAlgorithm.cpp101 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()
DbtGImpactShape.h181 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/
DbtConvex2dShape.h44 btConvexShape* getChildShape() in ATTRIBUTE_ALIGNED16()
49 const btConvexShape* getChildShape() const in ATTRIBUTE_ALIGNED16()
DbtUniformScalingShape.h51 btConvexShape* getChildShape() in ATTRIBUTE_ALIGNED16()
56 const btConvexShape* getChildShape() const in ATTRIBUTE_ALIGNED16()
DbtScaledBvhTriangleMeshShape.h49 btBvhTriangleMeshShape* getChildShape() in ATTRIBUTE_ALIGNED16()
54 const btBvhTriangleMeshShape* getChildShape() const in ATTRIBUTE_ALIGNED16()
DbtCompoundShape.h90 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/
DbtCompoundShape.i21 %ignore btCompoundShape::getChildShape;
44 public btCollisionShape getChildShape(int index) { in getChildShape() function
/external/libgdx/extensions/gdx-bullet/jni/src/bullet/BulletCollision/CollisionDispatch/
DbtCompoundCollisionAlgorithm.cpp65 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()
DbtCompoundCompoundCollisionAlgorithm.cpp144 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()
DbtCollisionWorld.cpp516 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()
DbtInternalEdgeUtility.cpp462 …aledBvhTriangleMeshShape*)colObj0Wrap->getCollisionObject()->getCollisionShape())->getChildShape(); in btAdjustInternalEdgeContacts()
/external/libgdx/extensions/gdx-bullet/jni/swig-src/collision/com/badlogic/gdx/physics/bullet/collision/
DbtConvex2dShape.java65 public btConvexShape getChildShape() { in getChildShape() method in btConvex2dShape
DbtUniformScalingShape.java69 public btConvexShape getChildShape() { in getChildShape() method in btUniformScalingShape
DbtScaledBvhTriangleMeshShape.java65 public btBvhTriangleMeshShape getChildShape() { in getChildShape() method in btScaledBvhTriangleMeshShape
DbtGImpactMeshShape.java79 public btCollisionShape getChildShape(int index) { in getChildShape() method in btGImpactMeshShape
DbtCompoundShapeChildData.java74 public btCollisionShapeData getChildShape() { in getChildShape() method in btCompoundShapeChildData
DbtCompoundShapeChild.java74 public btCollisionShape getChildShape() { in getChildShape() method in btCompoundShapeChild
DbtGImpactCompoundShape.java148 public btCollisionShape getChildShape(int index) { in getChildShape() method in btGImpactCompoundShape
DbtCompoundShape.java80 public btCollisionShape getChildShape(int index) { in getChildShape() method in btCompoundShape
DbtGImpactShapeInterface.java135 public btCollisionShape getChildShape(int index) { in getChildShape() method in btGImpactShapeInterface
DbtGImpactMeshShapePart.java262 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/
DbtTriIndex.java75 public btCollisionShape getChildShape() { in getChildShape() method in btTriIndex
/external/libgdx/extensions/gdx-bullet/jni/swig-src/collision/
Dcollision_wrap.cpp21177 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()