Searched defs:worldAabbMax (Results 1 – 7 of 7) sorted by relevance
| /external/libgdx/extensions/gdx-bullet/jni/swig-src/collision/com/badlogic/gdx/physics/bullet/collision/ |
| D | btAxisSweep3.java | 61 …public btAxisSweep3(Vector3 worldAabbMin, Vector3 worldAabbMax, int maxHandles, btOverlappingPairC… in btAxisSweep3() 65 …public btAxisSweep3(Vector3 worldAabbMin, Vector3 worldAabbMax, int maxHandles, btOverlappingPairC… in btAxisSweep3() 69 public btAxisSweep3(Vector3 worldAabbMin, Vector3 worldAabbMax, int maxHandles) { in btAxisSweep3() 73 public btAxisSweep3(Vector3 worldAabbMin, Vector3 worldAabbMax) { in btAxisSweep3()
|
| D | bt32BitAxisSweep3.java | 61 …public bt32BitAxisSweep3(Vector3 worldAabbMin, Vector3 worldAabbMax, long maxHandles, btOverlappin… in bt32BitAxisSweep3() 65 …public bt32BitAxisSweep3(Vector3 worldAabbMin, Vector3 worldAabbMax, long maxHandles, btOverlappin… in bt32BitAxisSweep3() 69 public bt32BitAxisSweep3(Vector3 worldAabbMin, Vector3 worldAabbMax, long maxHandles) { in bt32BitAxisSweep3() 73 public bt32BitAxisSweep3(Vector3 worldAabbMin, Vector3 worldAabbMax) { in bt32BitAxisSweep3()
|
| D | btAxisSweep3InternalInt.java | 211 …public btAxisSweep3InternalInt(Vector3 worldAabbMin, Vector3 worldAabbMax, long handleMask, long h… in btAxisSweep3InternalInt() 215 …public btAxisSweep3InternalInt(Vector3 worldAabbMin, Vector3 worldAabbMax, long handleMask, long h… in btAxisSweep3InternalInt() 219 …public btAxisSweep3InternalInt(Vector3 worldAabbMin, Vector3 worldAabbMax, long handleMask, long h… in btAxisSweep3InternalInt() 223 …public btAxisSweep3InternalInt(Vector3 worldAabbMin, Vector3 worldAabbMax, long handleMask, long h… in btAxisSweep3InternalInt()
|
| D | btAxisSweep3InternalShort.java | 211 …public btAxisSweep3InternalShort(Vector3 worldAabbMin, Vector3 worldAabbMax, int handleMask, int h… in btAxisSweep3InternalShort() 215 …public btAxisSweep3InternalShort(Vector3 worldAabbMin, Vector3 worldAabbMax, int handleMask, int h… in btAxisSweep3InternalShort() 219 …public btAxisSweep3InternalShort(Vector3 worldAabbMin, Vector3 worldAabbMax, int handleMask, int h… in btAxisSweep3InternalShort() 223 …public btAxisSweep3InternalShort(Vector3 worldAabbMin, Vector3 worldAabbMax, int handleMask, int h… in btAxisSweep3InternalShort()
|
| /external/libgdx/extensions/gdx-bullet/jni/src/bullet/BulletCollision/BroadphaseCollision/ |
| D | btAxisSweep3.cpp | 23 btAxisSweep3::btAxisSweep3(const btVector3& worldAabbMin,const btVector3& worldAabbMax, unsigned sh… in btAxisSweep3() 32 bt32BitAxisSweep3::bt32BitAxisSweep3(const btVector3& worldAabbMin,const btVector3& worldAabbMax, u… in bt32BitAxisSweep3()
|
| D | btMultiSapBroadphase.cpp | 234 btVector3 worldAabbMin,worldAabbMax; in setAabb() local
|
| D | btAxisSweep3.h | 352 …INT_TYPE>::btAxisSweep3Internal(const btVector3& worldAabbMin,const btVector3& worldAabbMax, BP_FP… in btAxisSweep3Internal()
|