Searched refs:AabbExpand (Results 1 – 6 of 6) sorted by relevance
/external/libgdx/extensions/gdx-bullet/jni/swig-src/linearmath/com/badlogic/gdx/physics/bullet/linearmath/ |
D | LinearMath.java | 284 …public static void AabbExpand(Vector3 aabbMin, Vector3 aabbMax, Vector3 expansionMin, Vector3 expa… in AabbExpand() method in LinearMath 285 LinearMathJNI.AabbExpand(aabbMin, aabbMax, expansionMin, expansionMax); in AabbExpand()
|
D | LinearMathJNI.java | 221 …public final static native void AabbExpand(Vector3 jarg1, Vector3 jarg2, Vector3 jarg3, Vector3 ja… in AabbExpand() method in LinearMathJNI
|
/external/libgdx/extensions/gdx-bullet/jni/src/bullet/BulletCollision/CollisionDispatch/ |
D | btGhostObject.cpp | 129 AabbExpand (collisionObjectAabbMin, collisionObjectAabbMax, castShapeAabbMin, castShapeAabbMax); in convexSweepTest()
|
D | btCollisionWorld.cpp | 1046 AabbExpand (collisionObjectAabbMin, collisionObjectAabbMax, castShapeAabbMin, castShapeAabbMax); in convexSweepTest()
|
/external/libgdx/extensions/gdx-bullet/jni/src/bullet/LinearMath/ |
D | btAabbUtil2.h | 26 SIMD_FORCE_INLINE void AabbExpand (btVector3& aabbMin, in AabbExpand() function
|
/external/libgdx/extensions/gdx-bullet/jni/swig-src/linearmath/ |
D | linearmath_wrap.cpp | 6563 AabbExpand(*arg1,*arg2,(btVector3 const &)*arg3,(btVector3 const &)*arg4); in Java_com_badlogic_gdx_physics_bullet_linearmath_LinearMathJNI_AabbExpand()
|