Home
last modified time | relevance | path

Searched defs:aabbMax1 (Results 1 – 5 of 5) sorted by relevance

/external/libgdx/extensions/gdx-bullet/jni/src/bullet/LinearMath/
DbtAabbUtil2.h36 SIMD_FORCE_INLINE bool TestPointAgainstAabb2(const btVector3 &aabbMin1, const btVector3 &aabbMax1, in TestPointAgainstAabb2()
48 SIMD_FORCE_INLINE bool TestAabbAgainstAabb2(const btVector3 &aabbMin1, const btVector3 &aabbMax1, in TestAabbAgainstAabb2()
212 …abbAgainstQuantizedAabb(const unsigned short int* aabbMin1,const unsigned short int* aabbMax1,cons… in testQuantizedAabbAgainstQuantizedAabb()
220 …abbAgainstQuantizedAabb(const unsigned short int* aabbMin1,const unsigned short int* aabbMax1,cons… in testQuantizedAabbAgainstQuantizedAabb()
/external/libgdx/extensions/gdx-bullet/jni/src/bullet/BulletCollision/CollisionDispatch/
DbtCompoundCollisionAlgorithm.cpp131 btVector3 aabbMin0,aabbMax0,aabbMin1,aabbMax1; in ProcessChildShape() local
299 btVector3 aabbMin0,aabbMax0,aabbMin1,aabbMax1; in processCollision() local
DbtCompoundCompoundCollisionAlgorithm.cpp158 btVector3 aabbMin0,aabbMax0,aabbMin1,aabbMax1; in Process() local
363 btVector3 aabbMin0,aabbMax0,aabbMin1,aabbMax1; in processCollision() local
/external/libgdx/extensions/gdx-bullet/jni/src/bullet/BulletCollision/CollisionShapes/
DbtUniformScalingShape.cpp103 btVector3 aabbMin1(0,0,0),aabbMax1(0,0,0); in getAabbSlow() local
/external/libgdx/extensions/gdx-bullet/jni/swig-src/linearmath/com/badlogic/gdx/physics/bullet/linearmath/
DLinearMath.java288 public static boolean TestPointAgainstAabb2(Vector3 aabbMin1, Vector3 aabbMax1, Vector3 point) { in TestPointAgainstAabb2()
292 …public static boolean TestAabbAgainstAabb2(Vector3 aabbMin1, Vector3 aabbMax1, Vector3 aabbMin2, V… in TestAabbAgainstAabb2()
320 …QuantizedAabbAgainstQuantizedAabb(java.nio.IntBuffer aabbMin1, java.nio.IntBuffer aabbMax1, java.n… in testQuantizedAabbAgainstQuantizedAabb()