Searched defs:minProj (Results 1 – 5 of 5) sorted by relevance
/external/libgdx/extensions/gdx-bullet/jni/swig-src/collision/com/badlogic/gdx/physics/bullet/collision/ |
D | btConvexShape.java | 85 …public void project(Matrix4 trans, Vector3 dir, SWIGTYPE_p_float minProj, SWIGTYPE_p_float maxProj… in project()
|
D | btConvexPolyhedron.java | 144 …public void project(Matrix4 trans, Vector3 dir, SWIGTYPE_p_float minProj, SWIGTYPE_p_float maxProj… in project()
|
/external/libgdx/extensions/gdx-bullet/jni/src/bullet/BulletCollision/CollisionShapes/ |
D | btConvexHullShape.cpp | 209 void btConvexHullShape::project(const btTransform& trans, const btVector3& dir, btScalar& minProj, … in project()
|
D | btConvexPolyhedron.cpp | 277 void btConvexPolyhedron::project(const btTransform& trans, const btVector3& dir, btScalar& minProj,… in project()
|
/external/libgdx/extensions/gdx-bullet/jni/src/bullet/BulletCollision/NarrowPhaseCollision/ |
D | btMinkowskiPenetrationDepthSolver.cpp | 69 btScalar minProj = btScalar(BT_LARGE_FLOAT); in calcPenDepth() local
|