Searched refs:m_contactBreakingThreshold (Results 1 - 4 of 4) sorted by relevance

/external/libgdx/extensions/gdx-bullet/jni/src/bullet/BulletCollision/CollisionDispatch/
H A DSphereTriangleDetector.h47 btScalar m_contactBreakingThreshold; member in struct:SphereTriangleDetector
H A DSphereTriangleDetector.cpp25 m_contactBreakingThreshold(contactBreakingThreshold)
44 if (collide(sphereInTr.getOrigin(),point,normal,depth,timeOfImpact,m_contactBreakingThreshold))
/external/libgdx/extensions/gdx-bullet/jni/src/bullet/BulletCollision/NarrowPhaseCollision/
H A DbtPersistentManifold.h74 btScalar m_contactBreakingThreshold; variable
97 m_contactBreakingThreshold(contactBreakingThreshold),
147 m_contactBreakingThreshold = contactBreakingThreshold;
H A DbtPersistentManifold.cpp244 return m_contactBreakingThreshold;

Completed in 70 milliseconds