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

  /external/libgdx/extensions/gdx-bullet/jni/src/bullet/BulletCollision/NarrowPhaseCollision/
btSubSimplexConvexCast.h 24 /// btSubsimplexConvexCast implements Gino van den Bergens' paper
28 class btSubsimplexConvexCast : public btConvexCast
36 btSubsimplexConvexCast (const btConvexShape* shapeA,const btConvexShape* shapeB,btSimplexSolverInterface* simplexSolver);
38 //virtual ~btSubsimplexConvexCast();
btSubSimplexConvexCast.cpp 17 #include "btSubSimplexConvexCast.h"
25 btSubsimplexConvexCast::btSubsimplexConvexCast (const btConvexShape* convexA,const btConvexShape* convexB,btSimplexSolverInterface* simplexSolver)
38 bool btSubsimplexConvexCast::calcTimeOfImpact(
btRaycastCallback.cpp 20 #include "BulletCollision/NarrowPhaseCollision/btSubSimplexConvexCast.h"
145 btSubsimplexConvexCast convexCaster(m_convexShape, &triangleShape, &simplexSolver);
  /external/libgdx/extensions/gdx-bullet/jni/swig-src/collision/com/badlogic/gdx/physics/bullet/collision/
btSubsimplexConvexCast.java 18 public class btSubsimplexConvexCast extends btConvexCast {
21 protected btSubsimplexConvexCast(final String className, long cPtr, boolean cMemoryOwn) {
26 /** Construct a new btSubsimplexConvexCast, normally you should not need this constructor it's intended for low-level usage. */
27 public btSubsimplexConvexCast(long cPtr, boolean cMemoryOwn) {
28 this("btSubsimplexConvexCast", cPtr, cMemoryOwn);
39 public static long getCPtr(btSubsimplexConvexCast obj) {
61 public btSubsimplexConvexCast(btConvexShape shapeA, btConvexShape shapeB, btVoronoiSimplexSolver simplexSolver) {
  /external/libgdx/extensions/gdx-bullet/jni/src/bullet/BulletCollision/CollisionDispatch/
btConvexConcaveCollisionAlgorithm.cpp 27 #include "BulletCollision/NarrowPhaseCollision/btSubSimplexConvexCast.h"
278 btSubsimplexConvexCast convexCaster(&pointShape,&triShape,&simplexSolver);
btCollisionWorld.cpp 26 #include "BulletCollision/NarrowPhaseCollision/btSubSimplexConvexCast.h"
290 btSubsimplexConvexCast subSimplexConvexCaster(castShape,convexShape,&simplexSolver);
602 //btSubsimplexConvexCast convexCaster3(castShape,convexShape,&simplexSolver);
    [all...]
  /external/libgdx/extensions/gdx-bullet/jni/src/bullet/BulletSoftBody/
btSoftBodyConcaveCollisionAlgorithm.cpp 32 #include "BulletCollision/NarrowPhaseCollision/btSubSimplexConvexCast.h"
301 btSubsimplexConvexCast convexCaster(&pointShape,&triShape,&simplexSolver);
  /external/libgdx/extensions/gdx-bullet/jni/swig-src/collision/
classes.i 234 SPECIFY_CLASS(btSubsimplexConvexCast, com.badlogic.gdx.physics.bullet.collision)

Completed in 277 milliseconds