Home
last modified time | relevance | path

Searched defs:hullB (Results 1 – 2 of 2) sorted by relevance

/external/libgdx/extensions/gdx-bullet/jni/swig-src/collision/com/badlogic/gdx/physics/bullet/collision/
DbtPolyhedralContactClipping.java61 …AgainstHull(Vector3 separatingNormal, btConvexPolyhedron hullA, btConvexPolyhedron hullB, Matrix4 … in clipHullAgainstHull()
69 …public static boolean findSeparatingAxis(btConvexPolyhedron hullA, btConvexPolyhedron hullB, Matri… in findSeparatingAxis()
/external/libgdx/extensions/gdx-bullet/jni/src/bullet/BulletCollision/NarrowPhaseCollision/
DbtPolyhedralContactClipping.cpp80 static bool TestSepAxis(const btConvexPolyhedron& hullA, const btConvexPolyhedron& hullB, const btT… in TestSepAxis()
240 …ipping::findSeparatingAxis( const btConvexPolyhedron& hullA, const btConvexPolyhedron& hullB, cons… in findSeparatingAxis()
530 …Vector3& separatingNormal1, const btConvexPolyhedron& hullA, const btConvexPolyhedron& hullB, cons… in clipHullAgainstHull()