Searched refs:getNumPreferredPenetrationDirections (Results 1 - 13 of 13) sorted by relevance

/external/libgdx/extensions/gdx-bullet/jni/src/bullet/BulletCollision/CollisionShapes/
H A DbtConvex2dShape.cpp84 int btConvex2dShape::getNumPreferredPenetrationDirections() const function in class:btConvex2dShape
86 return m_childConvexShape->getNumPreferredPenetrationDirections();
H A DbtConvex2dShape.h75 virtual int getNumPreferredPenetrationDirections() const;
H A DbtConvexShape.h74 virtual int getNumPreferredPenetrationDirections() const=0;
H A DbtUniformScalingShape.h82 virtual int getNumPreferredPenetrationDirections() const;
H A DbtUniformScalingShape.cpp152 int btUniformScalingShape::getNumPreferredPenetrationDirections() const function in class:btUniformScalingShape
154 return m_childConvexShape->getNumPreferredPenetrationDirections();
H A DbtConvexInternalShape.h123 virtual int getNumPreferredPenetrationDirections() const function
H A DbtShapeHull.cpp43 int numPDA = m_shape->getNumPreferredPenetrationDirections();
H A DbtTriangleShape.h168 virtual int getNumPreferredPenetrationDirections() const function
H A DbtBox2dShape.h335 virtual int getNumPreferredPenetrationDirections() const function
H A DbtBoxShape.h277 virtual int getNumPreferredPenetrationDirections() const function
/external/libgdx/extensions/gdx-bullet/jni/src/bullet/BulletCollision/NarrowPhaseCollision/
H A DbtMinkowskiPenetrationDepthSolver.cpp96 int numPDA = convexA->getNumPreferredPenetrationDirections();
113 int numPDB = convexB->getNumPreferredPenetrationDirections();
177 int numPDA = convexA->getNumPreferredPenetrationDirections();
192 int numPDB = convexB->getNumPreferredPenetrationDirections();
/external/libgdx/extensions/gdx-bullet/jni/swig-src/collision/com/badlogic/gdx/physics/bullet/collision/
H A DbtConvexShape.java97 public int getNumPreferredPenetrationDirections() { method in class:btConvexShape
/external/libgdx/extensions/gdx-bullet/jni/swig-src/collision/
H A Dcollision_wrap.cpp14825 result = (int)((btConvexShape const *)arg1)->getNumPreferredPenetrationDirections();
[all...]

Completed in 314 milliseconds