HomeSort by relevance Sort by last modified time
    Searched refs:getCollisionShape (Results 1 - 25 of 38) sorted by null

1 2

  /external/libgdx/extensions/gdx-bullet/jni/src/custom/gdx/collision/
CollisionObjectWrapper.h 35 wrapper(parent, collisionObject->getCollisionShape(),collisionObject, collisionObject->getWorldTransform(), partId, index) {}
38 wrapper(0, collisionObject->getCollisionShape(),collisionObject, collisionObject->getWorldTransform(), partId, index) {}
  /external/libgdx/extensions/gdx-bullet/jni/src/bullet/BulletCollision/CollisionDispatch/
btCompoundCollisionAlgorithm.cpp 36 btAssert (colObjWrap->getCollisionShape()->isCompound());
38 const btCompoundShape* compoundShape = static_cast<const btCompoundShape*>(colObjWrap->getCollisionShape());
49 btAssert (colObjWrap->getCollisionShape()->isCompound());
51 const btCompoundShape* compoundShape = static_cast<const btCompoundShape*>(colObjWrap->getCollisionShape());
120 const btCompoundShape* compoundShape = static_cast<const btCompoundShape*>(m_compoundColObjWrap->getCollisionShape());
133 m_otherObjWrap->getCollisionShape()->getAabb(m_otherObjWrap->getWorldTransform(),aabbMin1,aabbMax1);
137 if (!gCompoundChildShapePairCallback(m_otherObjWrap->getCollisionShape(), childShape))
193 const btCompoundShape* compoundShape = static_cast<const btCompoundShape*>(m_compoundColObjWrap->getCollisionShape());
221 btAssert (colObjWrap->getCollisionShape()->isCompound());
222 const btCompoundShape* compoundShape = static_cast<const btCompoundShape*>(colObjWrap->getCollisionShape());
    [all...]
btBoxBoxCollisionAlgorithm.cpp 51 const btBoxShape* box0 = (btBoxShape*)body0Wrap->getCollisionShape();
52 const btBoxShape* box1 = (btBoxShape*)body1Wrap->getCollisionShape();
btSphereTriangleCollisionAlgorithm.cpp 54 btSphereShape* sphere = (btSphereShape*)sphereObjWrap->getCollisionShape();
55 btTriangleShape* triangle = (btTriangleShape*)triObjWrap->getCollisionShape();
btCollisionObjectWrapper.h 40 SIMD_FORCE_INLINE const btCollisionShape* getCollisionShape() const { return m_shape; }
btConvex2dConvex2dAlgorithm.cpp 114 const btConvexShape* min0 = static_cast<const btConvexShape*>(body0Wrap->getCollisionShape());
115 const btConvexShape* min1 = static_cast<const btConvexShape*>(body1Wrap->getCollisionShape());
183 btConvexShape* convex0 = static_cast<btConvexShape*>(col0->getCollisionShape());
216 btConvexShape* convex1 = static_cast<btConvexShape*>(col1->getCollisionShape());
btSphereSphereCollisionAlgorithm.cpp 52 btSphereShape* sphere0 = (btSphereShape*)col0Wrap->getCollisionShape();
53 btSphereShape* sphere1 = (btSphereShape*)col1Wrap->getCollisionShape();
btCollisionDispatcher.cpp 82 btMin(body0->getCollisionShape()->getContactBreakingThreshold(gContactBreakingThreshold) , body1->getCollisionShape()->getContactBreakingThreshold(gContactBreakingThreshold))
152 btCollisionAlgorithm* algo = m_doubleDispatch[body0Wrap->getCollisionShape()->getShapeType()][body1Wrap->getCollisionShape()->getShapeType()]->CreateCollisionAlgorithm(ci,body0Wrap,body1Wrap);
261 btCollisionObjectWrapper obj0Wrap(0,colObj0->getCollisionShape(),colObj0,colObj0->getWorldTransform(),-1,-1);
262 btCollisionObjectWrapper obj1Wrap(0,colObj1->getCollisionShape(),colObj1,colObj1->getWorldTransform(),-1,-1);
btCompoundCompoundCollisionAlgorithm.cpp 37 btAssert (col0ObjWrap->getCollisionShape()->isCompound());
40 btAssert (col1ObjWrap->getCollisionShape()->isCompound());
42 const btCompoundShape* compoundShape0 = static_cast<const btCompoundShape*>(col0ObjWrap->getCollisionShape());
45 const btCompoundShape* compoundShape1 = static_cast<const btCompoundShape*>(col1ObjWrap->getCollisionShape());
138 const btCompoundShape* compoundShape0 = static_cast<const btCompoundShape*>(m_compound0ColObjWrap->getCollisionShape());
141 const btCompoundShape* compoundShape1 = static_cast<const btCompoundShape*>(m_compound1ColObjWrap->getCollisionShape());
287 btAssert (col0ObjWrap->getCollisionShape()->isCompound());
288 btAssert (col1ObjWrap->getCollisionShape()->isCompound());
289 const btCompoundShape* compoundShape0 = static_cast<const btCompoundShape*>(col0ObjWrap->getCollisionShape());
290 const btCompoundShape* compoundShape1 = static_cast<const btCompoundShape*>(col1ObjWrap->getCollisionShape());
    [all...]
btConvexConcaveCollisionAlgorithm.cpp 112 if (m_convexBodyWrap->getCollisionShape()->isConvex())
168 const btCollisionShape* convexShape = static_cast<const btCollisionShape*>(m_convexBodyWrap->getCollisionShape());
192 if (triBodyWrap->getCollisionShape()->isConcave())
197 const btConcaveShape* concaveShape = static_cast<const btConcaveShape*>( triBodyWrap->getCollisionShape());
199 if (convexBodyWrap->getCollisionShape()->isConvex())
298 if (triBody->getCollisionShape()->isConcave())
316 btConcaveShape* triangleMesh = (btConcaveShape*) concavebody->getCollisionShape();
btGhostObject.cpp 128 collisionObject->getCollisionShape()->getAabb(collisionObject->getWorldTransform(),collisionObjectAabbMin,collisionObjectAabbMax);
136 collisionObject->getCollisionShape(),
165 collisionObject->getCollisionShape(),
btConvexPlaneCollisionAlgorithm.cpp 59 btConvexShape* convexShape = (btConvexShape*) convexObjWrap->getCollisionShape();
60 btStaticPlaneShape* planeShape = (btStaticPlaneShape*) planeObjWrap->getCollisionShape();
103 btConvexShape* convexShape = (btConvexShape*) convexObjWrap->getCollisionShape();
104 btStaticPlaneShape* planeShape = (btStaticPlaneShape*) planeObjWrap->getCollisionShape();
btCollisionWorld.cpp 126 collisionObject->getCollisionShape()->getAabb(trans,minAabb,maxAabb);
128 int type = collisionObject->getCollisionShape()->getShapeType();
150 colObj->getCollisionShape()->getAabb(colObj->getWorldTransform(), minAabb,maxAabb);
159 colObj->getCollisionShape()->getAabb(colObj->getInterpolationWorldTransform(),minAabb2,maxAabb2);
279 const btCollisionShape* collisionShape = collisionObjectWrap->getCollisionShape();
586 const btCollisionShape* collisionShape = colObjWrap->getCollisionShape();
902 collisionObject->getCollisionShape()->getAabb(collisionObject->getWorldTransform(),collisionObjectAabbMin,collisionObjectAabbMax);
    [all...]
btConvexConvexAlgorithm.cpp 202 m_sepDistance((static_cast<btConvexShape*>(body0->getCollisionShape()))->getAngularMotionDisc(),
203 (static_cast<btConvexShape*>(body1->getCollisionShape()))->getAngularMotionDisc()),
307 const btConvexShape* min0 = static_cast<const btConvexShape*>(body0Wrap->getCollisionShape());
308 const btConvexShape* min1 = static_cast<const btConvexShape*>(body1Wrap->getCollisionShape());
720 btConvexShape* convex0 = static_cast<btConvexShape*>(col0->getCollisionShape());
753 btConvexShape* convex1 = static_cast<btConvexShape*>(col1->getCollisionShape());
btCollisionObject.h 215 SIMD_FORCE_INLINE const btCollisionShape* getCollisionShape() const
220 SIMD_FORCE_INLINE btCollisionShape* getCollisionShape()
btSphereBoxCollisionAlgorithm.cpp 67 const btSphereShape* sphere0 = (const btSphereShape*)sphereObjWrap->getCollisionShape();
103 const btBoxShape* boxShape= (const btBoxShape*)boxObjWrap->getCollisionShape();
  /external/libgdx/extensions/gdx-bullet/jni/src/bullet/BulletSoftBody/
btSoftBodyConcaveCollisionAlgorithm.cpp 118 tm->setUserPointer(m_triBody->getCollisionShape()->getUserPointer());
120 btCollisionObjectWrapper softBody(0,m_softBody->getCollisionShape(),m_softBody,m_softBody->getWorldTransform(),-1,-1);
137 // if (m_softBody->getCollisionShape()->getShapeType()==
161 tm->setUserPointer(m_triBody->getCollisionShape()->getUserPointer());
164 btCollisionObjectWrapper softBody(0,m_softBody->getCollisionShape(),m_softBody,m_softBody->getWorldTransform(),-1,-1);
218 if (triBody->getCollisionShape()->isConcave())
223 const btConcaveShape* concaveShape = static_cast<const btConcaveShape*>( triOb->getCollisionShape());
225 // if (convexBody->getCollisionShape()->isConvex())
321 if (triBody->getCollisionShape()->isConcave())
339 btConcaveShape* triangleMesh = (btConcaveShape*) concavebody->getCollisionShape();
    [all...]
btSoftRigidDynamicsWorld.cpp 242 collisionObject->getCollisionShape()->getAabb(collisionObject->getWorldTransform(),collisionObjectAabbMin,collisionObjectAabbMax);
255 collisionObject->getCollisionShape(),
  /external/libgdx/extensions/gdx-bullet/jni/swig/collision/
btCollisionObject.i 9 %rename(internalGetCollisionShape) btCollisionObject::getCollisionShape;
10 %javamethodmodifiers btCollisionObject::getCollisionShape "private";
128 public btCollisionShape getCollisionShape() {
  /external/libgdx/extensions/gdx-bullet/jni/swig/dynamics/
btRigidBody.i 66 public btCollisionShape getCollisionShape() {
111 %ignore btRigidBody::getCollisionShape;
142 refCollisionShape(constructionInfo.getCollisionShape());
  /external/libgdx/extensions/gdx-bullet/jni/src/bullet/BulletDynamics/Dynamics/
btSimpleDynamicsWorld.cpp 152 if (body->getCollisionShape())
162 if (body->getCollisionShape())
197 colObj->getCollisionShape()->getAabb(colObj->getWorldTransform(), minAabb,maxAabb);
btRigidBody.h 251 SIMD_FORCE_INLINE const btCollisionShape* getCollisionShape() const {
255 SIMD_FORCE_INLINE btCollisionShape* getCollisionShape() {
  /external/libgdx/extensions/gdx-bullet/jni/swig-src/collision/com/badlogic/gdx/physics/bullet/collision/
btCollisionObjectWrapper.java 123 public btCollisionShape getCollisionShape() {
  /external/libgdx/extensions/gdx-bullet/jni/src/bullet/BulletCollision/Gimpact/
btGImpactCollisionAlgorithm.cpp 879 if (body0Wrap->getCollisionShape()->getShapeType()==GIMPACT_SHAPE_PROXYTYPE)
881 gimpactshape0 = static_cast<const btGImpactShapeInterface *>(body0Wrap->getCollisionShape());
883 if( body1Wrap->getCollisionShape()->getShapeType()==GIMPACT_SHAPE_PROXYTYPE )
885 gimpactshape1 = static_cast<const btGImpactShapeInterface *>(body1Wrap->getCollisionShape());
891 gimpact_vs_shape(body0Wrap,body1Wrap,gimpactshape0,body1Wrap->getCollisionShape(),false);
895 else if (body1Wrap->getCollisionShape()->getShapeType()==GIMPACT_SHAPE_PROXYTYPE )
897 gimpactshape1 = static_cast<const btGImpactShapeInterface *>(body1Wrap->getCollisionShape());
899 gimpact_vs_shape(body1Wrap,body0Wrap,gimpactshape1,body0Wrap->getCollisionShape(),true);
  /external/libgdx/tests/gdx-tests/src/com/badlogic/gdx/tests/bullet/
OcclusionCuller.java 87 btCollisionShape shape = object.getCollisionShape();

Completed in 219 milliseconds

1 2