HomeSort by relevance Sort by last modified time
    Searched refs:getChildShape (Results 1 - 23 of 23) sorted by null

  /external/libgdx/extensions/gdx-bullet/jni/src/bullet/BulletCollision/CollisionShapes/
btConvex2dShape.h 44 btConvexShape* getChildShape()
49 const btConvexShape* getChildShape() const
btUniformScalingShape.h 51 btConvexShape* getChildShape()
56 const btConvexShape* getChildShape() const
btScaledBvhTriangleMeshShape.h 49 btBvhTriangleMeshShape* getChildShape()
54 const btBvhTriangleMeshShape* getChildShape() const
btCompoundShape.h 90 btCollisionShape* getChildShape(int index)
94 const btCollisionShape* getChildShape(int index) const
  /external/libgdx/extensions/gdx-bullet/jni/swig/collision/
btCompoundShape.i 21 %ignore btCompoundShape::getChildShape;
44 public btCollisionShape getChildShape(int index) {
  /external/libgdx/extensions/gdx-bullet/jni/swig-src/collision/com/badlogic/gdx/physics/bullet/collision/
btConvex2dShape.java 65 public btConvexShape getChildShape() {
btScaledBvhTriangleMeshShape.java 65 public btBvhTriangleMeshShape getChildShape() {
btUniformScalingShape.java 69 public btConvexShape getChildShape() {
btCompoundShapeChildData.java 74 public btCollisionShapeData getChildShape() {
btGImpactMeshShape.java 79 public btCollisionShape getChildShape(int index) {
btCompoundShapeChild.java 74 public btCollisionShape getChildShape() {
btCompoundShape.java 80 public btCollisionShape getChildShape(int index) {
btGImpactCompoundShape.java 148 public btCollisionShape getChildShape(int index) {
btGImpactShapeInterface.java 135 public btCollisionShape getChildShape(int index) {
btGImpactMeshShapePart.java 262 public btCollisionShape getChildShape(int index) {
  /external/libgdx/extensions/gdx-bullet/jni/src/bullet/BulletCollision/Gimpact/
btGImpactShape.h 181 btCollisionShape* child = getChildShape(i);
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);
435 virtual btCollisionShape* getChildShape(int index)
441 virtual const btCollisionShape* getChildShape(int index) const
767 virtual btCollisionShape* getChildShape(int index)
777 virtual const btCollisionShape* getChildShape(int index) const
1101 virtual btCollisionShape* getChildShape(int index)
1110 virtual const btCollisionShape* getChildShape(int index) cons
    [all...]
btGImpactCollisionAlgorithm.cpp 101 virtual const btCollisionShape * getChildShape(int index)
103 return m_parent->m_gim_shape->getChildShape(index);
112 virtual btCollisionShape * getChildShape(int index)
124 virtual btCollisionShape * getChildShape(int index)
156 const btCollisionShape * getChildShape(int index)
158 return m_current_retriever->getChildShape(index);
538 const btCollisionShape * colshape0 = retriever0.getChildShape(m_triface0);
539 const btCollisionShape * colshape1 = retriever1.getChildShape(m_triface1);
646 const btCollisionShape * colshape0 = retriever0.getChildShape(child_index);
696 const btCollisionShape * colshape1 = shape1->getChildShape(i)
    [all...]
  /external/libgdx/extensions/gdx-bullet/jni/src/bullet/BulletCollision/CollisionDispatch/
btCompoundCollisionAlgorithm.cpp 65 const btCollisionShape* childShape = compoundShape->getChildShape(i);
194 const btCollisionShape* childShape = compoundShape->getChildShape(index);
286 callback.ProcessChildShape(compoundShape->getChildShape(i),i);
305 childShape = compoundShape->getChildShape(i);
353 //btCollisionShape* childShape = compoundShape->getChildShape(i);
btCompoundCompoundCollisionAlgorithm.cpp 144 const btCollisionShape* childShape0 = compoundShape0->getChildShape(childIndex0);
145 const btCollisionShape* childShape1 = compoundShape1->getChildShape(childIndex1);
377 childShape0 = compoundShape0->getChildShape(pairs[i].m_indexA);
391 childShape1 = compoundShape1->getChildShape(pairs[i].m_indexB);
btCollisionWorld.cpp 516 const btCollisionShape* childCollisionShape = m_compoundShape->getChildShape(i);
802 const btCollisionShape* childCollisionShape = compoundShape->getChildShape(i);
    [all...]
btInternalEdgeUtility.cpp 462 trimesh = ((btScaledBvhTriangleMeshShape*)colObj0Wrap->getCollisionObject()->getCollisionShape())->getChildShape();
  /external/libgdx/extensions/gdx-bullet/jni/swig-src/softbody/com/badlogic/gdx/physics/bullet/softbody/
btTriIndex.java 75 public btCollisionShape getChildShape() {
  /external/libgdx/extensions/gdx-bullet/jni/swig-src/collision/
collision_wrap.cpp     [all...]

Completed in 450 milliseconds