Searched defs:localGetSupportingVertex (Results 1 – 12 of 12) sorted by relevance
38 btVector3 btSphereShape::localGetSupportingVertex(const btVector3& vec)const in localGetSupportingVertex() function in btSphereShape
58 btVector3 btConvexInternalShape::localGetSupportingVertex(const btVector3& vec)const in localGetSupportingVertex() function in btConvexInternalShape
41 btVector3 btConvex2dShape::localGetSupportingVertex(const btVector3& vec)const in localGetSupportingVertex() function in btConvex2dShape
121 btVector3 btConeShape::localGetSupportingVertex(const btVector3& vec) const in localGetSupportingVertex() function in btConeShape
75 btVector3 btConvexPointCloudShape::localGetSupportingVertex(const btVector3& vec)const in localGetSupportingVertex() function in btConvexPointCloudShape
48 btVector3 btUniformScalingShape::localGetSupportingVertex(const btVector3& vec)const in localGetSupportingVertex() function in btUniformScalingShape
189 btVector3 btTriangleMeshShape::localGetSupportingVertex(const btVector3& vec) const in localGetSupportingVertex() function in btTriangleMeshShape
106 btVector3 btConvexHullShape::localGetSupportingVertex(const btVector3& vec)const in localGetSupportingVertex() function in btConvexHullShape
128 btVector3 btConvexTriangleMeshShape::localGetSupportingVertex(const btVector3& vec)const in localGetSupportingVertex() function in btConvexTriangleMeshShape
61 public Vector3 localGetSupportingVertex(Vector3 vec) { in localGetSupportingVertex() method in btTriangleMeshShape
61 public Vector3 localGetSupportingVertex(Vector3 vec) { in localGetSupportingVertex() method in btConvexShape
126 virtual btVector3 localGetSupportingVertex(const btVector3& vec) const in localGetSupportingVertex() function