OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:areVerticesBehindPlane
(Results
1 - 2
of
2
) sorted by null
/external/libgdx/extensions/gdx-bullet/jni/src/bullet/LinearMath/
btGeometryUtil.cpp
50
bool btGeometryUtil::
areVerticesBehindPlane
(const btVector3& planeNormal, const btAlignedObjectArray<btVector3>& vertices, btScalar margin)
114
if (
areVerticesBehindPlane
(planeEquation,vertices,btScalar(0.01)))
/external/libgdx/extensions/gdx-bullet/jni/swig-src/linearmath/com/badlogic/gdx/physics/bullet/linearmath/
btGeometryUtil.java
76
public static boolean
areVerticesBehindPlane
(Vector3 planeNormal, btVector3Array vertices, float margin) {
Completed in 43 milliseconds