Home
last modified time | relevance | path

Searched refs:COPLANAR (Results 1 – 1 of 1) sorted by relevance

/external/libgdx/extensions/gdx-bullet/jni/src/bullet/LinearMath/
DbtConvexHull.cpp144 #define COPLANAR (0) macro
167 int flag = (a>planetestepsilon)?OVER:((a<-planetestepsilon)?UNDER:COPLANAR); in PlaneTest()