Home
last modified time | relevance | path

Searched defs:lambda_min (Results 1 – 3 of 3) sorted by relevance

/external/libgdx/extensions/gdx-bullet/jni/src/bullet/LinearMath/
DbtAabbUtil2.h95 btScalar lambda_min, in btRayAabb2()
/external/libgdx/extensions/gdx-bullet/jni/src/bullet/BulletCollision/BroadphaseCollision/
DbtDbvt.h981 btScalar tmin=1.f,lambda_min=0.f; in rayTestInternal() local
1043 btScalar tmin=1.f,lambda_min=0.f; in rayTest() local
/external/libgdx/extensions/gdx-bullet/jni/swig-src/linearmath/com/badlogic/gdx/physics/bullet/linearmath/
DLinearMath.java304 …Direction, long[] raySign, btVector3 bounds, SWIGTYPE_p_float tmin, float lambda_min, float lambda… in btRayAabb2()