Searched refs:btOutcode (Results 1 – 4 of 4) sorted by relevance
78 SIMD_FORCE_INLINE int btOutcode(const btVector3& p,const btVector3& halfExtent) in btOutcode() function135 int sourceOutcode = btOutcode(source,aabbHalfExtent); in btRayAabb()136 int targetOutcode = btOutcode(target,aabbHalfExtent); in btRayAabb()
300 public static int btOutcode(Vector3 p, Vector3 halfExtent) { in btOutcode() method in LinearMath301 return LinearMathJNI.btOutcode(p, halfExtent); in btOutcode()
225 public final static native int btOutcode(Vector3 jarg1, Vector3 jarg2); in btOutcode() method in LinearMathJNI
6667 result = (int)btOutcode((btVector3 const &)*arg1,(btVector3 const &)*arg2); in Java_com_badlogic_gdx_physics_bullet_linearmath_LinearMathJNI_btOutcode()