Home
last modified time | relevance | path

Searched defs:btRayAabb2 (Results 1 – 3 of 3) sorted by relevance

/external/libgdx/extensions/gdx-bullet/jni/src/bullet/LinearMath/
DbtAabbUtil2.h90 SIMD_FORCE_INLINE bool btRayAabb2(const btVector3& rayFrom, in btRayAabb2() function
/external/libgdx/extensions/gdx-bullet/jni/swig-src/linearmath/com/badlogic/gdx/physics/bullet/linearmath/
DLinearMath.java304 …public static boolean btRayAabb2(Vector3 rayFrom, Vector3 rayInvDirection, long[] raySign, btVecto… in btRayAabb2() method in LinearMath
DLinearMathJNI.java226 …public final static native boolean btRayAabb2(Vector3 jarg1, Vector3 jarg2, long[] jarg3, long jar… in btRayAabb2() method in LinearMathJNI