OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:QF_REVERSE_ORDER
(Results
1 - 2
of
2
) sorted by null
/external/libgdx/extensions/gdx-bullet/jni/swig-src/linearmath/com/badlogic/gdx/physics/bullet/linearmath/
HullFlag.java
13
public final static int
QF_REVERSE_ORDER
= (1 << 1);
/external/libgdx/extensions/gdx-bullet/jni/src/bullet/LinearMath/
btConvexHull.h
51
QF_REVERSE_ORDER
= (1<<1), // reverse order of the triangle indices.
Completed in 3925 milliseconds