OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:btAabbSupport
(Results
1 - 4
of
4
) sorted by null
/external/libgdx/extensions/gdx-bullet/jni/swig-src/linearmath/com/badlogic/gdx/physics/bullet/linearmath/
LinearMath.java
338
public static Vector3
btAabbSupport
(Vector3 halfExtents, Vector3 supportDir) {
339
return LinearMathJNI.
btAabbSupport
(halfExtents, supportDir);
LinearMathJNI.java
308
public final static native Vector3
btAabbSupport
(Vector3 jarg1, Vector3 jarg2);
[
all
...]
/external/libgdx/extensions/gdx-bullet/jni/src/bullet/LinearMath/
btTransformUtil.h
25
SIMD_FORCE_INLINE btVector3
btAabbSupport
(const btVector3& halfExtents,const btVector3& supportDir)
/external/libgdx/extensions/gdx-bullet/jni/swig-src/linearmath/
linearmath_wrap.cpp
[
all
...]
Completed in 3265 milliseconds