Home
last modified time | relevance | path

Searched defs:ClosestPointInput (Results 1 – 2 of 2) sorted by relevance

/external/libgdx/extensions/gdx-bullet/jni/src/bullet/BulletCollision/NarrowPhaseCollision/
DbtDiscreteCollisionDetectorInterface.h42 struct ClosestPointInput struct
44 ClosestPointInput() in ClosestPointInput() function
49 btTransform m_transformA;
50 btTransform m_transformB;
51 btScalar m_maximumDistanceSquared;
/external/libgdx/extensions/gdx-bullet/jni/swig-src/collision/com/badlogic/gdx/physics/bullet/collision/
DbtDiscreteCollisionDetectorInterface.java118 static public class ClosestPointInput extends BulletBase { class in btDiscreteCollisionDetectorInterface
121 protected ClosestPointInput(final String className, long cPtr, boolean cMemoryOwn) { in ClosestPointInput() method in btDiscreteCollisionDetectorInterface.ClosestPointInput
127 public ClosestPointInput(long cPtr, boolean cMemoryOwn) { in ClosestPointInput() method in btDiscreteCollisionDetectorInterface.ClosestPointInput
161 public ClosestPointInput() { in ClosestPointInput() method in btDiscreteCollisionDetectorInterface.ClosestPointInput