Searched defs:setAabb (Results 1 - 6 of 6) sorted by relevance

/external/libgdx/extensions/gdx-bullet/jni/swig-src/collision/com/badlogic/gdx/physics/bullet/collision/
H A DbtBroadphaseInterface.java69 public void setAabb(btBroadphaseProxy proxy, Vector3 aabbMin, Vector3 aabbMax, btDispatcher dispatcher) { method in class:btBroadphaseInterface
/external/libgdx/extensions/gdx-bullet/jni/src/bullet/BulletCollision/BroadphaseCollision/
H A DbtSimpleBroadphase.cpp150 void btSimpleBroadphase::setAabb(btBroadphaseProxy* proxy,const btVector3& aabbMin,const btVector3& aabbMax, btDispatcher* /*dispatcher*/) function in class:btSimpleBroadphase
H A DbtMultiSapBroadphase.cpp116 setAabb(proxy,aabbMin,aabbMax,dispatcher);
170 void btMultiSapBroadphase::setAabb(btBroadphaseProxy* proxy,const btVector3& aabbMin,const btVector3& aabbMax, btDispatcher* dispatcher) function in class:btMultiSapBroadphase
332 bridgeProxyRef->m_childBroadphase->setAabb(bridgeProxyRef->m_childProxy,aabbMin,aabbMax,dispatcher);
H A DbtAxisSweep3.h149 virtual void setAabb(btBroadphaseProxy* proxy,const btVector3& aabbMin,const btVector3& aabbMax,btDispatcher* dispatcher);
258 void btAxisSweep3Internal<BP_FP_INT_TYPE>::setAabb(btBroadphaseProxy* proxy,const btVector3& aabbMin,const btVector3& aabbMax,btDispatcher* dispatcher) function in class:btAxisSweep3Internal
265 m_raycastAccelerator->setAabb(handle->m_dbvtProxy,aabbMin,aabbMax,dispatcher);
H A DbtDbvtBroadphase.cpp282 void btDbvtBroadphase::setAabb( btBroadphaseProxy* absproxy, function in class:btDbvtBroadphase
697 pbi->setAabb(proxy,center-extents,center+extents,0);
/external/libgdx/extensions/gdx-bullet/jni/swig-src/linearmath/com/badlogic/gdx/physics/bullet/linearmath/
H A DbtIDebugDraw.java163 public void setAabb(btVector3 value) { method in class:btIDebugDraw.DefaultColors

Completed in 213 milliseconds