Home
last modified time | relevance | path

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

/external/libgdx/extensions/gdx-bullet/jni/src/bullet/LinearMath/
DbtTransformUtil.h25 SIMD_FORCE_INLINE btVector3 btAabbSupport(const btVector3& halfExtents,const btVector3& supportDir) in btAabbSupport() function
/external/libgdx/extensions/gdx-bullet/jni/swig-src/linearmath/com/badlogic/gdx/physics/bullet/linearmath/
DLinearMath.java338 public static Vector3 btAabbSupport(Vector3 halfExtents, Vector3 supportDir) { in btAabbSupport() method in LinearMath
DLinearMathJNI.java308 public final static native Vector3 btAabbSupport(Vector3 jarg1, Vector3 jarg2); in btAabbSupport() method in LinearMathJNI