OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:btIsNegative
(Results
1 - 3
of
3
) sorted by null
/external/libgdx/extensions/gdx-bullet/jni/swig-src/linearmath/com/badlogic/gdx/physics/bullet/linearmath/
LinearMath.java
134
public static int
btIsNegative
(float x) {
135
return LinearMathJNI.
btIsNegative
(x);
LinearMathJNI.java
37
public final static native int
btIsNegative
(float jarg1);
[
all
...]
/external/libgdx/extensions/gdx-bullet/jni/src/bullet/LinearMath/
btScalar.h
529
SIMD_FORCE_INLINE int
btIsNegative
(btScalar x) {
Completed in 40 milliseconds