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/ |
D | LinearMath.java | 308 …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()
|
D | LinearMathJNI.java | 227 …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/ |
D | btGhostObject.cpp | 132 …if (btRayAabb(convexFromWorld.getOrigin(),convexToWorld.getOrigin(),collisionObjectAabbMin,collisi… in convexSweepTest()
|
D | btCollisionWorld.cpp | 1049 …if (btRayAabb(convexFromWorld.getOrigin(),convexToWorld.getOrigin(),collisionObjectAabbMin,collisi… in convexSweepTest()
|
/external/libgdx/extensions/gdx-bullet/jni/src/bullet/LinearMath/ |
D | btAabbUtil2.h | 125 SIMD_FORCE_INLINE bool btRayAabb(const btVector3& rayFrom, in btRayAabb() function
|
/external/libgdx/extensions/gdx-bullet/jni/src/bullet/BulletCollision/BroadphaseCollision/ |
D | btQuantizedBvh.cpp | 529 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()
|
D | btDbvt.h | 1048 …bool result2 = btRayAabb(rayFrom,rayTo,node->volume.Mins(),node->volume.Maxs(),param,resultNormal); in rayTest()
|
/external/libgdx/extensions/gdx-bullet/jni/swig-src/linearmath/ |
D | linearmath_wrap.cpp | 6755 …result = (bool)btRayAabb((btVector3 const &)*arg1,(btVector3 const &)*arg2,(btVector3 const &)*arg… in Java_com_badlogic_gdx_physics_bullet_linearmath_LinearMathJNI_btRayAabb()
|