Home
last modified time | relevance | path

Searched defs:shapeB (Results 1 – 11 of 11) sorted by relevance

/external/libgdx/extensions/gdx-bullet/jni/swig-src/collision/com/badlogic/gdx/physics/bullet/collision/
DbtSubsimplexConvexCast.java61 …public btSubsimplexConvexCast(btConvexShape shapeA, btConvexShape shapeB, btVoronoiSimplexSolver s… in btSubsimplexConvexCast()
62 …xConvexCast(btConvexShape.getCPtr(shapeA), shapeA, btConvexShape.getCPtr(shapeB), shapeB, btVorono… in btSubsimplexConvexCast() local
DbtContinuousConvexCollision.java61 …public btContinuousConvexCollision(btConvexShape shapeA, btConvexShape shapeB, btVoronoiSimplexSol… in btContinuousConvexCollision()
62 …ion__SWIG_0(btConvexShape.getCPtr(shapeA), shapeA, btConvexShape.getCPtr(shapeB), shapeB, btVorono… in btContinuousConvexCollision() local
DbtMinkowskiSumShape.java61 public btMinkowskiSumShape(btConvexShape shapeA, btConvexShape shapeB) { in btMinkowskiSumShape()
62 …owskiSumShape(btConvexShape.getCPtr(shapeA), shapeA, btConvexShape.getCPtr(shapeB), shapeB), true); in btMinkowskiSumShape() local
/external/libgdx/extensions/gdx-bullet/jni/src/bullet/BulletCollision/CollisionShapes/
DbtMinkowskiSumShape.cpp20 btMinkowskiSumShape::btMinkowskiSumShape(const btConvexShape* shapeA,const btConvexShape* shapeB) in btMinkowskiSumShape()
/external/libgdx/extensions/gdx-box2d/gdx-box2d-gwt/src/com/badlogic/gdx/physics/box2d/gwt/emu/org/jbox2d/dynamics/contacts/
DContact.java145 final Shape shapeB = m_fixtureB.getShape(); in getWorldManifold() local
285 Shape shapeB = m_fixtureB.getShape(); in update() local
DContactSolver.java110 final Shape shapeB = fixtureB.getShape(); in init() local
/external/libgdx/extensions/gdx-box2d/gdx-box2d/jni/Box2D/Dynamics/Contacts/
Db2Contact.cpp184 const b2Shape* shapeB = m_fixtureB->GetShape(); in Update() local
Db2Contact.h237 const b2Shape* shapeB = m_fixtureB->GetShape(); in GetWorldManifold() local
Db2ContactSolver.cpp65 b2Shape* shapeB = fixtureB->GetShape(); in b2ContactSolver() local
/external/libgdx/extensions/gdx-box2d/gdx-box2d/jni/Box2D/Collision/
Db2Collision.cpp234 const b2Shape* shapeB, int32 indexB, in b2TestOverlap()
/external/libgdx/extensions/gdx-box2d/gdx-box2d-gwt/src/com/badlogic/gdx/physics/box2d/gwt/emu/org/jbox2d/collision/
DCollision.java74 public final boolean testOverlap(Shape shapeA, int indexA, Shape shapeB, int indexB, in testOverlap()