OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:btOutcode
(Results
1 - 3
of
3
) sorted by null
/external/libgdx/extensions/gdx-bullet/jni/src/bullet/LinearMath/
btAabbUtil2.h
78
SIMD_FORCE_INLINE int
btOutcode
(const btVector3& p,const btVector3& halfExtent)
135
int sourceOutcode =
btOutcode
(source,aabbHalfExtent);
136
int targetOutcode =
btOutcode
(target,aabbHalfExtent);
/external/libgdx/extensions/gdx-bullet/jni/swig-src/linearmath/com/badlogic/gdx/physics/bullet/linearmath/
LinearMath.java
300
public static int
btOutcode
(Vector3 p, Vector3 halfExtent) {
301
return LinearMathJNI.
btOutcode
(p, halfExtent);
LinearMathJNI.java
225
public final static native int
btOutcode
(Vector3 jarg1, Vector3 jarg2);
[
all
...]
Completed in 499 milliseconds