Home
last modified time | relevance | path

Searched refs:btOutcode (Results 1 – 4 of 4) sorted by relevance

/external/libgdx/extensions/gdx-bullet/jni/src/bullet/LinearMath/
DbtAabbUtil2.h78 SIMD_FORCE_INLINE int btOutcode(const btVector3& p,const btVector3& halfExtent) in btOutcode() function
135 int sourceOutcode = btOutcode(source,aabbHalfExtent); in btRayAabb()
136 int targetOutcode = btOutcode(target,aabbHalfExtent); in btRayAabb()
/external/libgdx/extensions/gdx-bullet/jni/swig-src/linearmath/com/badlogic/gdx/physics/bullet/linearmath/
DLinearMath.java300 public static int btOutcode(Vector3 p, Vector3 halfExtent) { in btOutcode() method in LinearMath
301 return LinearMathJNI.btOutcode(p, halfExtent); in btOutcode()
DLinearMathJNI.java225 public final static native int btOutcode(Vector3 jarg1, Vector3 jarg2); in btOutcode() method in LinearMathJNI
/external/libgdx/extensions/gdx-bullet/jni/swig-src/linearmath/
Dlinearmath_wrap.cpp6667 result = (int)btOutcode((btVector3 const &)*arg1,(btVector3 const &)*arg2); in Java_com_badlogic_gdx_physics_bullet_linearmath_LinearMathJNI_btOutcode()