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

  /external/libgdx/extensions/gdx-bullet/jni/src/bullet/BulletCollision/CollisionShapes/
btSphereShape.cpp 38 btVector3 btSphereShape::localGetSupportingVertex(const btVector3& vec)const
btConvex2dShape.cpp 41 btVector3 btConvex2dShape::localGetSupportingVertex(const btVector3& vec)const
43 return m_childConvexShape->localGetSupportingVertex(vec);
btConvexInternalShape.cpp 45 btVector3 sv = localGetSupportingVertex(vec*trans.getBasis());
50 tmp = trans(localGetSupportingVertex(vec*trans.getBasis()));
58 btVector3 btConvexInternalShape::localGetSupportingVertex(const btVector3& vec)const
144 btVector3 tmp = localGetSupportingVertex(vec);
147 tmp = localGetSupportingVertex(vec);
btConeShape.cpp 121 btVector3 btConeShape::localGetSupportingVertex(const btVector3& vec) const
btConvexPointCloudShape.cpp 75 btVector3 btConvexPointCloudShape::localGetSupportingVertex(const btVector3& vec)const
btUniformScalingShape.cpp 48 btVector3 btUniformScalingShape::localGetSupportingVertex(const btVector3& vec)const
51 tmpVertex = m_childConvexShape->localGetSupportingVertex(vec);
121 btVector3 sv = localGetSupportingVertex(vec*t.getBasis());
125 sv = localGetSupportingVertex(vec*t.getBasis());
btBoxShape.h 50 virtual btVector3 localGetSupportingVertex(const btVector3& vec) const
122 planeSupport = localGetSupportingVertex(-planeNormal);
btCylinderShape.h 71 virtual btVector3 localGetSupportingVertex(const btVector3& vec) const
btBox2dShape.h 53 virtual btVector3 localGetSupportingVertex(const btVector3& vec) const
178 planeSupport = localGetSupportingVertex(-planeNormal);
btConvexHullShape.cpp 106 btVector3 btConvexHullShape::localGetSupportingVertex(const btVector3& vec)const
234 witnesPtMin = trans(localGetSupportingVertex(localAxis));
235 witnesPtMax = trans(localGetSupportingVertex(-localAxis));
btTriangleMeshShape.cpp 69 btVector3 tmp = localGetSupportingVertex(vec);
72 tmp = localGetSupportingVertex(vec);
189 btVector3 btTriangleMeshShape::localGetSupportingVertex(const btVector3& vec) const
btConvexTriangleMeshShape.cpp 128 btVector3 btConvexTriangleMeshShape::localGetSupportingVertex(const btVector3& vec)const
  /external/libgdx/extensions/gdx-bullet/jni/swig-src/collision/com/badlogic/gdx/physics/bullet/collision/
btTriangleMeshShape.java 61 public Vector3 localGetSupportingVertex(Vector3 vec) {
btConvexShape.java 61 public Vector3 localGetSupportingVertex(Vector3 vec) {

Completed in 713 milliseconds