Home
last modified time | relevance | path

Searched defs:localGetSupportingVertex (Results 1 – 12 of 12) sorted by relevance

/external/libgdx/extensions/gdx-bullet/jni/src/bullet/BulletCollision/CollisionShapes/
DbtSphereShape.cpp38 btVector3 btSphereShape::localGetSupportingVertex(const btVector3& vec)const in localGetSupportingVertex() function in btSphereShape
DbtConvexInternalShape.cpp58 btVector3 btConvexInternalShape::localGetSupportingVertex(const btVector3& vec)const in localGetSupportingVertex() function in btConvexInternalShape
DbtConvex2dShape.cpp41 btVector3 btConvex2dShape::localGetSupportingVertex(const btVector3& vec)const in localGetSupportingVertex() function in btConvex2dShape
DbtConeShape.cpp121 btVector3 btConeShape::localGetSupportingVertex(const btVector3& vec) const in localGetSupportingVertex() function in btConeShape
DbtConvexPointCloudShape.cpp75 btVector3 btConvexPointCloudShape::localGetSupportingVertex(const btVector3& vec)const in localGetSupportingVertex() function in btConvexPointCloudShape
DbtUniformScalingShape.cpp48 btVector3 btUniformScalingShape::localGetSupportingVertex(const btVector3& vec)const in localGetSupportingVertex() function in btUniformScalingShape
DbtTriangleMeshShape.cpp189 btVector3 btTriangleMeshShape::localGetSupportingVertex(const btVector3& vec) const in localGetSupportingVertex() function in btTriangleMeshShape
DbtConvexHullShape.cpp106 btVector3 btConvexHullShape::localGetSupportingVertex(const btVector3& vec)const in localGetSupportingVertex() function in btConvexHullShape
DbtConvexTriangleMeshShape.cpp128 btVector3 btConvexTriangleMeshShape::localGetSupportingVertex(const btVector3& vec)const in localGetSupportingVertex() function in btConvexTriangleMeshShape
/external/libgdx/extensions/gdx-bullet/jni/swig-src/collision/com/badlogic/gdx/physics/bullet/collision/
DbtTriangleMeshShape.java61 public Vector3 localGetSupportingVertex(Vector3 vec) { in localGetSupportingVertex() method in btTriangleMeshShape
DbtConvexShape.java61 public Vector3 localGetSupportingVertex(Vector3 vec) { in localGetSupportingVertex() method in btConvexShape
/external/libgdx/extensions/gdx-bullet/jni/src/bullet/BulletSoftBody/
DbtSoftBodyInternals.h126 virtual btVector3 localGetSupportingVertex(const btVector3& vec) const in localGetSupportingVertex() function