Home
last modified time | relevance | path

Searched refs:btRayAabb (Results 1 – 8 of 8) sorted by relevance

/external/libgdx/extensions/gdx-bullet/jni/swig-src/linearmath/com/badlogic/gdx/physics/bullet/linearmath/
DLinearMath.java308 …public static boolean btRayAabb(Vector3 rayFrom, Vector3 rayTo, Vector3 aabbMin, Vector3 aabbMax, … in btRayAabb() method in LinearMath
309 …return LinearMathJNI.btRayAabb(rayFrom, rayTo, aabbMin, aabbMax, SWIGTYPE_p_float.getCPtr(param), … in btRayAabb()
DLinearMathJNI.java227 …public final static native boolean btRayAabb(Vector3 jarg1, Vector3 jarg2, Vector3 jarg3, Vector3 … in btRayAabb() method in LinearMathJNI
/external/libgdx/extensions/gdx-bullet/jni/src/bullet/BulletCollision/CollisionDispatch/
DbtGhostObject.cpp132 …if (btRayAabb(convexFromWorld.getOrigin(),convexToWorld.getOrigin(),collisionObjectAabbMin,collisi… in convexSweepTest()
DbtCollisionWorld.cpp1049 …if (btRayAabb(convexFromWorld.getOrigin(),convexToWorld.getOrigin(),collisionObjectAabbMin,collisi… in convexSweepTest()
/external/libgdx/extensions/gdx-bullet/jni/src/bullet/LinearMath/
DbtAabbUtil2.h125 SIMD_FORCE_INLINE bool btRayAabb(const btVector3& rayFrom, in btRayAabb() function
/external/libgdx/extensions/gdx-bullet/jni/src/bullet/BulletCollision/BroadphaseCollision/
DbtQuantizedBvh.cpp529 rayBoxOverlap = btRayAabb(raySource, rayTarget,bounds[0],bounds[1],param, normal); in walkStacklessTreeAgainstRay()
644 bool ra = btRayAabb (raySource, rayTarget, bounds[0], bounds[1], param, normal); in walkStacklessQuantizedTreeAgainstRay()
DbtDbvt.h1048 …bool result2 = btRayAabb(rayFrom,rayTo,node->volume.Mins(),node->volume.Maxs(),param,resultNormal); in rayTest()
/external/libgdx/extensions/gdx-bullet/jni/swig-src/linearmath/
Dlinearmath_wrap.cpp6755 …result = (bool)btRayAabb((btVector3 const &)*arg1,(btVector3 const &)*arg2,(btVector3 const &)*arg… in Java_com_badlogic_gdx_physics_bullet_linearmath_LinearMathJNI_btRayAabb()