Searched defs:btOutcode (Results 1 – 3 of 3) sorted by relevance
78 SIMD_FORCE_INLINE int btOutcode(const btVector3& p,const btVector3& halfExtent) in btOutcode() function
300 public static int btOutcode(Vector3 p, Vector3 halfExtent) { in btOutcode() method in LinearMath
225 public final static native int btOutcode(Vector3 jarg1, Vector3 jarg2); in btOutcode() method in LinearMathJNI