HomeSort by relevance Sort by last modified time
    Searched defs:getNumPreferredPenetrationDirections (Results 1 - 7 of 7) sorted by null

  /external/libgdx/extensions/gdx-bullet/jni/src/bullet/BulletCollision/CollisionShapes/
btConvex2dShape.cpp 84 int btConvex2dShape::getNumPreferredPenetrationDirections() const
86 return m_childConvexShape->getNumPreferredPenetrationDirections();
btUniformScalingShape.cpp 152 int btUniformScalingShape::getNumPreferredPenetrationDirections() const
154 return m_childConvexShape->getNumPreferredPenetrationDirections();
btBoxShape.h 277 virtual int getNumPreferredPenetrationDirections() const
btBox2dShape.h 335 virtual int getNumPreferredPenetrationDirections() const
btConvexInternalShape.h 123 virtual int getNumPreferredPenetrationDirections() const
btTriangleShape.h 168 virtual int getNumPreferredPenetrationDirections() const