Searched refs:contactBreakingThreshold (Results 1 – 6 of 6) 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() argument 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() argument 74 …SWIGTYPE_p_float.getCPtr(depth), SWIGTYPE_p_float.getCPtr(timeOfImpact), contactBreakingThreshold); in collide()
|
D | btPersistentManifold.java | 89 …CollisionObject body0, btCollisionObject body1, int arg2, float contactBreakingThreshold, float co… in btPersistentManifold() argument 90 …r(body0), body0, btCollisionObject.getCPtr(body1), body1, arg2, contactBreakingThreshold, contactP… in btPersistentManifold() local 129 public void setContactBreakingThreshold(float contactBreakingThreshold) { in setContactBreakingThreshold() argument 130 …sionJNI.btPersistentManifold_setContactBreakingThreshold(swigCPtr, this, contactBreakingThreshold); in setContactBreakingThreshold()
|
/external/libgdx/extensions/gdx-bullet/jni/src/bullet/BulletCollision/NarrowPhaseCollision/ |
D | btPersistentManifold.h | 94 …sionObject* body0,const btCollisionObject* body1,int , btScalar contactBreakingThreshold,btScalar … in ATTRIBUTE_ALIGNED128() 97 m_contactBreakingThreshold(contactBreakingThreshold), in ATTRIBUTE_ALIGNED128() 145 void setContactBreakingThreshold(btScalar contactBreakingThreshold) in ATTRIBUTE_ALIGNED128() 147 m_contactBreakingThreshold = contactBreakingThreshold; in ATTRIBUTE_ALIGNED128()
|
/external/libgdx/extensions/gdx-bullet/jni/src/bullet/BulletCollision/CollisionDispatch/ |
D | SphereTriangleDetector.cpp | 22 …TriangleDetector(btSphereShape* sphere,btTriangleShape* triangle,btScalar contactBreakingThreshold) in SphereTriangleDetector() argument 25 m_contactBreakingThreshold(contactBreakingThreshold) in SphereTriangleDetector() 94 …tVector3& resultNormal, btScalar& depth, btScalar &timeOfImpact, btScalar contactBreakingThreshold) in collide() argument 100 btScalar radiusWithThreshold = radius + contactBreakingThreshold; in collide()
|
D | SphereTriangleDetector.h | 33 …iangleDetector(btSphereShape* sphere,btTriangleShape* triangle, btScalar contactBreakingThreshold); 37 …Vector3& resultNormal, btScalar& depth, btScalar &timeOfImpact, btScalar contactBreakingThreshold);
|
D | btCollisionDispatcher.cpp | 81 …btScalar contactBreakingThreshold = (m_dispatcherFlags & btCollisionDispatcher::CD_USE_RELATIVE_C… in getNewManifold() local 105 …nifold* manifold = new(mem) btPersistentManifold (body0,body1,0,contactBreakingThreshold,contactPr… in getNewManifold()
|