OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:TestPointAgainstAabb2
(Results
1 - 3
of
3
) sorted by null
/external/libgdx/extensions/gdx-bullet/jni/src/bullet/LinearMath/
btAabbUtil2.h
36
SIMD_FORCE_INLINE bool
TestPointAgainstAabb2
(const btVector3 &aabbMin1, const btVector3 &aabbMax1,
/external/libgdx/extensions/gdx-bullet/jni/swig-src/linearmath/com/badlogic/gdx/physics/bullet/linearmath/
LinearMath.java
288
public static boolean
TestPointAgainstAabb2
(Vector3 aabbMin1, Vector3 aabbMax1, Vector3 point) {
289
return LinearMathJNI.
TestPointAgainstAabb2
(aabbMin1, aabbMax1, point);
LinearMathJNI.java
222
public final static native boolean
TestPointAgainstAabb2
(Vector3 jarg1, Vector3 jarg2, Vector3 jarg3);
[
all
...]
Completed in 231 milliseconds