Home
last modified time | relevance | path

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

/external/libgdx/extensions/gdx-bullet/jni/src/bullet/LinearMath/
DbtConvexHull.cpp164 int PlaneTest(const btPlane &p, const btVector3 &v);
165 int PlaneTest(const btPlane &p, const btVector3 &v) { in PlaneTest() function
175 flag |= PlaneTest(plane,convex.vertices[i]); in SplitTest()