Searched defs:contactBreakingThreshold (Results 1 – 4 of 4) sorted by relevance
/external/libgdx/extensions/gdx-bullet/jni/swig-src/collision/com/badlogic/gdx/physics/bullet/collision/ |
D | SphereTriangleDetector.java | 69 …eTriangleDetector(btSphereShape sphere, btTriangleShape triangle, float contactBreakingThreshold) { in SphereTriangleDetector() 70 …Ptr(sphere), sphere, btTriangleShape.getCPtr(triangle), triangle, contactBreakingThreshold), true); in SphereTriangleDetector() local 73 …ultNormal, SWIGTYPE_p_float depth, SWIGTYPE_p_float timeOfImpact, float contactBreakingThreshold) { in collide()
|
D | btPersistentManifold.java | 89 …(btCollisionObject body0, btCollisionObject body1, int arg2, float contactBreakingThreshold, float… in btPersistentManifold() 90 …r(body0), body0, btCollisionObject.getCPtr(body1), body1, arg2, contactBreakingThreshold, contactP… in btPersistentManifold() local 129 public void setContactBreakingThreshold(float contactBreakingThreshold) { in setContactBreakingThreshold()
|
/external/libgdx/extensions/gdx-bullet/jni/src/bullet/BulletCollision/CollisionDispatch/ |
D | SphereTriangleDetector.cpp | 22 …TriangleDetector(btSphereShape* sphere,btTriangleShape* triangle,btScalar contactBreakingThreshold) in SphereTriangleDetector() 94 …tVector3& resultNormal, btScalar& depth, btScalar &timeOfImpact, btScalar contactBreakingThreshold) in collide()
|
D | btCollisionDispatcher.cpp | 81 …btScalar contactBreakingThreshold = (m_dispatcherFlags & btCollisionDispatcher::CD_USE_RELATIVE_C… in getNewManifold() local
|