Searched defs:aabbTest (Results 1 - 4 of 4) sorted by relevance
/external/libgdx/extensions/gdx-bullet/jni/swig-src/collision/com/badlogic/gdx/physics/bullet/collision/ |
H A D | btBroadphaseInterface.java | 89 public void aabbTest(Vector3 aabbMin, Vector3 aabbMax, btBroadphaseAabbCallback callback) { method in class:btBroadphaseInterface
|
/external/libgdx/extensions/gdx-bullet/jni/src/bullet/BulletCollision/BroadphaseCollision/ |
H A D | btSimpleBroadphase.cpp | 171 void btSimpleBroadphase::aabbTest(const btVector3& aabbMin, const btVector3& aabbMax, btBroadphaseAabbCallback& callback) function in class:btSimpleBroadphase
|
H A D | btAxisSweep3.h | 153 virtual void aabbTest(const btVector3& aabbMin, const btVector3& aabbMax, btBroadphaseAabbCallback& callback); 291 void btAxisSweep3Internal<BP_FP_INT_TYPE>::aabbTest(const btVector3& aabbMin, const btVector3& aabbMax, btBroadphaseAabbCallback& callback) function in class:btAxisSweep3Internal 295 m_raycastAccelerator->aabbTest(aabbMin,aabbMax,callback);
|
H A D | btDbvtBroadphase.cpp | 268 void btDbvtBroadphase::aabbTest(const btVector3& aabbMin,const btVector3& aabbMax,btBroadphaseAabbCallback& aabbCallback) function in class:btDbvtBroadphase
|
Completed in 285 milliseconds