/external/libgdx/extensions/gdx-bullet/jni/swig-src/collision/com/badlogic/gdx/physics/bullet/collision/ |
D | btGjkEpaSolver2.java | 155 …public static boolean Distance(btConvexShape shape0, Matrix4 wtrs0, btConvexShape shape1, Matrix4 … in Distance() 156 …return CollisionJNI.btGjkEpaSolver2_Distance(btConvexShape.getCPtr(shape0), shape0, wtrs0, btConve… in Distance() 159 …public static boolean Penetration(btConvexShape shape0, Matrix4 wtrs0, btConvexShape shape1, Matri… in Penetration() 160 …llisionJNI.btGjkEpaSolver2_Penetration__SWIG_0(btConvexShape.getCPtr(shape0), shape0, wtrs0, btCon… in Penetration() 163 …public static boolean Penetration(btConvexShape shape0, Matrix4 wtrs0, btConvexShape shape1, Matri… in Penetration() 164 …llisionJNI.btGjkEpaSolver2_Penetration__SWIG_1(btConvexShape.getCPtr(shape0), shape0, wtrs0, btCon… in Penetration() 167 …public static float SignedDistance(Vector3 position, float margin, btConvexShape shape, Matrix4 wt… in SignedDistance() 168 …return CollisionJNI.btGjkEpaSolver2_SignedDistance__SWIG_0(position, margin, btConvexShape.getCPtr… in SignedDistance() 171 …public static boolean SignedDistance(btConvexShape shape0, Matrix4 wtrs0, btConvexShape shape1, Ma… in SignedDistance() 172 …sionJNI.btGjkEpaSolver2_SignedDistance__SWIG_1(btConvexShape.getCPtr(shape0), shape0, wtrs0, btCon… in SignedDistance()
|
D | btGjkPairDetector.java | 101 …public btGjkPairDetector(btConvexShape objectA, btConvexShape objectB, btVoronoiSimplexSolver simp… in btGjkPairDetector() 102 …this(CollisionJNI.new_btGjkPairDetector__SWIG_0(btConvexShape.getCPtr(objectA), objectA, btConvexS… in btGjkPairDetector() 105 …public btGjkPairDetector(btConvexShape objectA, btConvexShape objectB, int shapeTypeA, int shapeTy… in btGjkPairDetector() 106 …this(CollisionJNI.new_btGjkPairDetector__SWIG_1(btConvexShape.getCPtr(objectA), objectA, btConvexS… in btGjkPairDetector() 121 public void setMinkowskiA(btConvexShape minkA) { in setMinkowskiA() 122 … CollisionJNI.btGjkPairDetector_setMinkowskiA(swigCPtr, this, btConvexShape.getCPtr(minkA), minkA); in setMinkowskiA() 125 public void setMinkowskiB(btConvexShape minkB) { in setMinkowskiB() 126 … CollisionJNI.btGjkPairDetector_setMinkowskiB(swigCPtr, this, btConvexShape.getCPtr(minkB), minkB); in setMinkowskiB()
|
D | btMinkowskiSumShape.java | 61 public btMinkowskiSumShape(btConvexShape shapeA, btConvexShape shapeB) { in btMinkowskiSumShape() 62 …this(CollisionJNI.new_btMinkowskiSumShape(btConvexShape.getCPtr(shapeA), shapeA, btConvexShape.get… in btMinkowskiSumShape() 81 public btConvexShape getShapeA() { in getShapeA() 83 return (cPtr == 0) ? null : new btConvexShape(cPtr, false); in getShapeA() 86 public btConvexShape getShapeB() { in getShapeB() 88 return (cPtr == 0) ? null : new btConvexShape(cPtr, false); in getShapeB()
|
D | btContinuousConvexCollision.java | 61 …public btContinuousConvexCollision(btConvexShape shapeA, btConvexShape shapeB, btVoronoiSimplexSol… in btContinuousConvexCollision() 62 …lisionJNI.new_btContinuousConvexCollision__SWIG_0(btConvexShape.getCPtr(shapeA), shapeA, btConvexS… in btContinuousConvexCollision() 65 public btContinuousConvexCollision(btConvexShape shapeA, btStaticPlaneShape plane) { in btContinuousConvexCollision() 66 …this(CollisionJNI.new_btContinuousConvexCollision__SWIG_1(btConvexShape.getCPtr(shapeA), shapeA, b… in btContinuousConvexCollision()
|
D | btUniformScalingShape.java | 18 public class btUniformScalingShape extends btConvexShape { 61 public btUniformScalingShape(btConvexShape convexChildShape, float uniformScalingFactor) { in btUniformScalingShape() 62 …this(CollisionJNI.new_btUniformScalingShape(btConvexShape.getCPtr(convexChildShape), convexChildSh… in btUniformScalingShape() 69 public btConvexShape getChildShape() { in getChildShape() 71 return (cPtr == 0) ? null : new btConvexShape(cPtr, false); in getChildShape()
|
D | btConvex2dShape.java | 18 public class btConvex2dShape extends btConvexShape { 61 public btConvex2dShape(btConvexShape convexChildShape) { in btConvex2dShape() 62 …this(CollisionJNI.new_btConvex2dShape(btConvexShape.getCPtr(convexChildShape), convexChildShape), … in btConvex2dShape() 65 public btConvexShape getChildShape() { in getChildShape() 67 return (cPtr == 0) ? null : new btConvexShape(cPtr, false); in getChildShape()
|
D | btTriangleConvexcastCallback.java | 76 public void setConvexShape(btConvexShape value) { in setConvexShape() 77 …CollisionJNI.btTriangleConvexcastCallback_convexShape_set(swigCPtr, this, btConvexShape.getCPtr(va… in setConvexShape() 80 public btConvexShape getConvexShape() { in getConvexShape() 82 return (cPtr == 0) ? null : new btConvexShape(cPtr, false); in getConvexShape() 136 …public btTriangleConvexcastCallback(btConvexShape convexShape, Matrix4 convexShapeFrom, Matrix4 co… in btTriangleConvexcastCallback() 137 …this(CollisionJNI.new_btTriangleConvexcastCallback(btConvexShape.getCPtr(convexShape), convexShape… in btTriangleConvexcastCallback()
|
D | btGjkConvexCast.java | 61 …public btGjkConvexCast(btConvexShape convexA, btConvexShape convexB, btVoronoiSimplexSolver simple… in btGjkConvexCast() 62 …this(CollisionJNI.new_btGjkConvexCast(btConvexShape.getCPtr(convexA), convexA, btConvexShape.getCP… in btGjkConvexCast()
|
D | btSubsimplexConvexCast.java | 61 …public btSubsimplexConvexCast(btConvexShape shapeA, btConvexShape shapeB, btVoronoiSimplexSolver s… in btSubsimplexConvexCast() 62 …this(CollisionJNI.new_btSubsimplexConvexCast(btConvexShape.getCPtr(shapeA), shapeA, btConvexShape.… in btSubsimplexConvexCast()
|
D | btConvexPenetrationDepthSolver.java | 61 …oolean calcPenDepth(btVoronoiSimplexSolver simplexSolver, btConvexShape convexA, btConvexShape con… in calcPenDepth() 62 …lexSolver.getCPtr(simplexSolver), simplexSolver, btConvexShape.getCPtr(convexA), convexA, btConvex… in calcPenDepth()
|
D | btCollisionWorld.java | 121 …public void convexSweepTest(btConvexShape castShape, Matrix4 from, Matrix4 to, ConvexResultCallbac… in convexSweepTest() 122 …CollisionJNI.btCollisionWorld_convexSweepTest__SWIG_0(swigCPtr, this, btConvexShape.getCPtr(castSh… in convexSweepTest() 125 …public void convexSweepTest(btConvexShape castShape, Matrix4 from, Matrix4 to, ConvexResultCallbac… in convexSweepTest() 126 …CollisionJNI.btCollisionWorld_convexSweepTest__SWIG_1(swigCPtr, this, btConvexShape.getCPtr(castSh… in convexSweepTest() 145 …public static void objectQuerySingle(btConvexShape castShape, Matrix4 rayFromTrans, Matrix4 rayToT… in objectQuerySingle() 146 …CollisionJNI.btCollisionWorld_objectQuerySingle(btConvexShape.getCPtr(castShape), castShape, rayFr… in objectQuerySingle() 149 …public static void objectQuerySingleInternal(btConvexShape castShape, Matrix4 convexFromTrans, Mat… in objectQuerySingleInternal() 150 …CollisionJNI.btCollisionWorld_objectQuerySingleInternal(btConvexShape.getCPtr(castShape), castShap… in objectQuerySingleInternal()
|
D | btConvexShape.java | 18 public class btConvexShape extends btCollisionShape { class 21 protected btConvexShape(final String className, long cPtr, boolean cMemoryOwn) { in btConvexShape() method in btConvexShape 27 public btConvexShape(long cPtr, boolean cMemoryOwn) { in btConvexShape() method in btConvexShape 39 public static long getCPtr(btConvexShape obj) { in getCPtr()
|
/external/libgdx/extensions/gdx-bullet/jni/src/bullet/BulletCollision/NarrowPhaseCollision/ |
D | btGjkPairDetector.h | 25 class btConvexShape; variable 37 const btConvexShape* m_minkowskiA; 38 const btConvexShape* m_minkowskiB; 57 …btGjkPairDetector(const btConvexShape* objectA,const btConvexShape* objectB,btSimplexSolverInterfa… 58 …btGjkPairDetector(const btConvexShape* objectA,const btConvexShape* objectB,int shapeTypeA,int sha… 66 void setMinkowskiA(const btConvexShape* minkA) in setMinkowskiA() 71 void setMinkowskiB(const btConvexShape* minkB) in setMinkowskiB()
|
D | btGjkEpa2.h | 49 static bool Distance( const btConvexShape* shape0,const btTransform& wtrs0, 50 const btConvexShape* shape1,const btTransform& wtrs1, 54 static bool Penetration(const btConvexShape* shape0,const btTransform& wtrs0, 55 const btConvexShape* shape1,const btTransform& wtrs1, 62 const btConvexShape* shape, 66 static bool SignedDistance( const btConvexShape* shape0,const btTransform& wtrs0, 67 const btConvexShape* shape1,const btTransform& wtrs1,
|
D | btContinuousConvexCollision.h | 23 class btConvexShape; variable 34 const btConvexShape* m_convexA; 36 const btConvexShape* m_convexB1; 43 …btContinuousConvexCollision (const btConvexShape* shapeA,const btConvexShape* shapeB ,btSimplexSol… 45 btContinuousConvexCollision(const btConvexShape* shapeA,const btStaticPlaneShape* plane );
|
D | btSubSimplexConvexCast.h | 22 class btConvexShape; variable 31 const btConvexShape* m_convexA; 32 const btConvexShape* m_convexB; 36 …btSubsimplexConvexCast (const btConvexShape* shapeA,const btConvexShape* shapeB,btSimplexSolverInt…
|
D | btGjkConvexCast.h | 25 class btConvexShape; variable 33 const btConvexShape* m_convexA; 34 const btConvexShape* m_convexB; 38 …btGjkConvexCast(const btConvexShape* convexA,const btConvexShape* convexB,btSimplexSolverInterface…
|
D | btConvexPenetrationDepthSolver.h | 22 class btConvexShape; variable 32 const btConvexShape* convexA,const btConvexShape* convexB,
|
D | btRaycastCallback.h | 22 class btConvexShape; variable 58 const btConvexShape* m_convexShape; 66 …btTriangleConvexcastCallback (const btConvexShape* convexShape, const btTransform& convexShapeFrom…
|
/external/libgdx/extensions/gdx-bullet/jni/src/bullet/BulletCollision/CollisionShapes/ |
D | btMinkowskiSumShape.h | 28 const btConvexShape* m_shapeA; in ATTRIBUTE_ALIGNED16() 29 const btConvexShape* m_shapeB; in ATTRIBUTE_ALIGNED16() 35 btMinkowskiSumShape(const btConvexShape* shapeA,const btConvexShape* shapeB); in ATTRIBUTE_ALIGNED16() 53 const btConvexShape* getShapeA() const { return m_shapeA;} in ATTRIBUTE_ALIGNED16() 54 const btConvexShape* getShapeB() const { return m_shapeB;} in ATTRIBUTE_ALIGNED16()
|
D | btConvex2dShape.h | 24 ATTRIBUTE_ALIGNED16(class) btConvex2dShape : public btConvexShape in ATTRIBUTE_ALIGNED16() 26 btConvexShape* m_childConvexShape; in ATTRIBUTE_ALIGNED16() 32 btConvex2dShape( btConvexShape* convexChildShape); in ATTRIBUTE_ALIGNED16() 44 btConvexShape* getChildShape() in ATTRIBUTE_ALIGNED16() 49 const btConvexShape* getChildShape() const in ATTRIBUTE_ALIGNED16()
|
D | btUniformScalingShape.h | 24 ATTRIBUTE_ALIGNED16(class) btUniformScalingShape : public btConvexShape in ATTRIBUTE_ALIGNED16() 26 btConvexShape* m_childConvexShape; in ATTRIBUTE_ALIGNED16() 34 btUniformScalingShape( btConvexShape* convexChildShape, btScalar uniformScalingFactor); in ATTRIBUTE_ALIGNED16() 51 btConvexShape* getChildShape() in ATTRIBUTE_ALIGNED16() 56 const btConvexShape* getChildShape() const in ATTRIBUTE_ALIGNED16()
|
D | btConvexShape.h | 31 ATTRIBUTE_ALIGNED16(class) btConvexShape : public btCollisionShape in ATTRIBUTE_ALIGNED16() 39 btConvexShape (); in ATTRIBUTE_ALIGNED16() 41 virtual ~btConvexShape(); in ATTRIBUTE_ALIGNED16()
|
/external/libgdx/extensions/gdx-bullet/jni/src/bullet/BulletCollision/CollisionDispatch/ |
D | btConvex2dConvex2dAlgorithm.cpp | 114 const btConvexShape* min0 = static_cast<const btConvexShape*>(body0Wrap->getCollisionShape()); in processCollision() 115 const btConvexShape* min1 = static_cast<const btConvexShape*>(body1Wrap->getCollisionShape()); in processCollision() 183 btConvexShape* convex0 = static_cast<btConvexShape*>(col0->getCollisionShape()); in calculateTimeOfImpact() 216 btConvexShape* convex1 = static_cast<btConvexShape*>(col1->getCollisionShape()); in calculateTimeOfImpact()
|
/external/libgdx/extensions/gdx-bullet/jni/swig-src/dynamics/com/badlogic/gdx/physics/bullet/dynamics/ |
D | btKinematicCharacterController.java | 62 …public btKinematicCharacterController(btPairCachingGhostObject ghostObject, btConvexShape convexSh… in btKinematicCharacterController() 63 …r__SWIG_0(btPairCachingGhostObject.getCPtr(ghostObject), ghostObject, btConvexShape.getCPtr(convex… in btKinematicCharacterController() 66 …public btKinematicCharacterController(btPairCachingGhostObject ghostObject, btConvexShape convexSh… in btKinematicCharacterController() 67 …r__SWIG_1(btPairCachingGhostObject.getCPtr(ghostObject), ghostObject, btConvexShape.getCPtr(convex… in btKinematicCharacterController()
|