HomeSort by relevance Sort by last modified time
    Searched defs:btPersistentManifold (Results 1 - 3 of 3) sorted by null

  /external/libgdx/extensions/gdx-bullet/jni/src/bullet/BulletCollision/NarrowPhaseCollision/
btPersistentManifold.h 32 class btPersistentManifold;
36 typedef void(*ContactStartedCallback)(btPersistentManifold* const &manifold);
37 typedef void(*ContactEndedCallback)(btPersistentManifold* const &manifold);
53 ///btPersistentManifold is a contact point cache, it stays persistent as long as objects are overlapping in the broadphase.
62 ATTRIBUTE_ALIGNED128( class) btPersistentManifold : public btTypedObject
63 //ATTRIBUTE_ALIGNED16( class) btPersistentManifold : public btTypedObject
92 btPersistentManifold();
94 btPersistentManifold(const btCollisionObject* body0,const btCollisionObject* body1,int , btScalar contactBreakingThreshold,btScalar contactProcessingThreshold)
btPersistentManifold.cpp 17 #include "btPersistentManifold.h"
31 btPersistentManifold::btPersistentManifold()
45 void btPersistentManifold::DebugPersistency()
56 void btPersistentManifold::clearUserCache(btManifoldPoint& pt)
111 int btPersistentManifold::sortCachedPoints(const btManifoldPoint& pt)
190 int btPersistentManifold::getCacheEntry(const btManifoldPoint& newPoint) const
210 int btPersistentManifold::addManifoldPoint(const btManifoldPoint& newPoint, bool isPredictive)
242 btScalar btPersistentManifold::getContactBreakingThreshold() const
249 void btPersistentManifold::refreshContactPoints(const btTransform& trA,const btTransform& trB
    [all...]
  /external/libgdx/extensions/gdx-bullet/jni/swig-src/collision/com/badlogic/gdx/physics/bullet/collision/
btPersistentManifold.java 18 public class btPersistentManifold extends btTypedObject {
21 protected btPersistentManifold(final String className, long cPtr, boolean cMemoryOwn) {
26 /** Construct a new btPersistentManifold, normally you should not need this constructor it's intended for low-level usage. */
27 public btPersistentManifold(long cPtr, boolean cMemoryOwn) {
28 this("btPersistentManifold", cPtr, cMemoryOwn);
39 public static long getCPtr(btPersistentManifold obj) {
85 public btPersistentManifold() {
89 public btPersistentManifold(btCollisionObject body0, btCollisionObject body1, int arg2, float contactBreakingThreshold, float contactProcessingThreshold) {

Completed in 3107 milliseconds