/external/libgdx/extensions/gdx-bullet/jni/src/bullet/BulletCollision/CollisionShapes/ |
D | btMinkowskiSumShape.cpp | 30 btVector3 btMinkowskiSumShape::localGetSupportingVertexWithoutMargin(const btVector3& vec)const in localGetSupportingVertexWithoutMargin() function in btMinkowskiSumShape 32 …btVector3 supVertexA = m_transA(m_shapeA->localGetSupportingVertexWithoutMargin(vec*m_transA.getBa… in localGetSupportingVertexWithoutMargin() 33 …btVector3 supVertexB = m_transB(m_shapeB->localGetSupportingVertexWithoutMargin(-vec*m_transB.getB… in localGetSupportingVertexWithoutMargin() 42 supportVerticesOut[i] = localGetSupportingVertexWithoutMargin(vectors[i]); in batchedUnitVectorGetSupportingVertexWithoutMargin()
|
D | btCylinderShape.h | 55 virtual btVector3 localGetSupportingVertexWithoutMargin(const btVector3& vec)const; in ATTRIBUTE_ALIGNED16() 75 supVertex = localGetSupportingVertexWithoutMargin(vec); in ATTRIBUTE_ALIGNED16() 144 virtual btVector3 localGetSupportingVertexWithoutMargin(const btVector3& vec)const; 167 virtual btVector3 localGetSupportingVertexWithoutMargin(const btVector3& vec)const;
|
D | btSphereShape.cpp | 21 btVector3 btSphereShape::localGetSupportingVertexWithoutMargin(const btVector3& vec)const in localGetSupportingVertexWithoutMargin() function in btSphereShape 41 supVertex = localGetSupportingVertexWithoutMargin(vec); in localGetSupportingVertex()
|
D | btConvex2dShape.cpp | 30 btVector3 btConvex2dShape::localGetSupportingVertexWithoutMargin(const btVector3& vec)const in localGetSupportingVertexWithoutMargin() function in btConvex2dShape 32 return m_childConvexShape->localGetSupportingVertexWithoutMargin(vec); in localGetSupportingVertexWithoutMargin()
|
D | btConvexPointCloudShape.cpp | 28 btVector3 btConvexPointCloudShape::localGetSupportingVertexWithoutMargin(const btVector3& vec0)const in localGetSupportingVertexWithoutMargin() function in btConvexPointCloudShape 77 btVector3 supVertex = localGetSupportingVertexWithoutMargin(vec); in localGetSupportingVertex()
|
D | btCylinderShape.cpp | 239 btVector3 btCylinderShapeX::localGetSupportingVertexWithoutMargin(const btVector3& vec)const in localGetSupportingVertexWithoutMargin() function in btCylinderShapeX 245 btVector3 btCylinderShapeZ::localGetSupportingVertexWithoutMargin(const btVector3& vec)const in localGetSupportingVertexWithoutMargin() function in btCylinderShapeZ 249 btVector3 btCylinderShape::localGetSupportingVertexWithoutMargin(const btVector3& vec)const in localGetSupportingVertexWithoutMargin() function in btCylinderShape
|
D | btUniformScalingShape.cpp | 30 btVector3 btUniformScalingShape::localGetSupportingVertexWithoutMargin(const btVector3& vec)const in localGetSupportingVertexWithoutMargin() function in btUniformScalingShape 33 tmpVertex = m_childConvexShape->localGetSupportingVertexWithoutMargin(vec); in localGetSupportingVertexWithoutMargin()
|
D | btConvexHullShape.cpp | 60 btVector3 btConvexHullShape::localGetSupportingVertexWithoutMargin(const btVector3& vec)const in localGetSupportingVertexWithoutMargin() function in btConvexHullShape 108 btVector3 supVertex = localGetSupportingVertexWithoutMargin(vec); in localGetSupportingVertex()
|
D | btMinkowskiSumShape.h | 37 virtual btVector3 localGetSupportingVertexWithoutMargin(const btVector3& vec)const; in ATTRIBUTE_ALIGNED16()
|
D | btTriangleMeshShape.h | 42 virtual btVector3 localGetSupportingVertexWithoutMargin(const btVector3& vec)const in ATTRIBUTE_ALIGNED16()
|
D | btMultiSphereShape.h | 43 virtual btVector3 localGetSupportingVertexWithoutMargin(const btVector3& vec)const; in ATTRIBUTE_ALIGNED16()
|
D | btSphereShape.h | 37 virtual btVector3 localGetSupportingVertexWithoutMargin(const btVector3& vec)const; in ATTRIBUTE_ALIGNED16()
|
D | btConvex2dShape.h | 36 virtual btVector3 localGetSupportingVertexWithoutMargin(const btVector3& vec)const; in ATTRIBUTE_ALIGNED16()
|
D | btUniformScalingShape.h | 38 virtual btVector3 localGetSupportingVertexWithoutMargin(const btVector3& vec)const; in ATTRIBUTE_ALIGNED16()
|
D | btConvexTriangleMeshShape.h | 45 virtual btVector3 localGetSupportingVertexWithoutMargin(const btVector3& vec)const; in ATTRIBUTE_ALIGNED16()
|
D | btConvexShape.h | 47 virtual btVector3 localGetSupportingVertexWithoutMargin(const btVector3& vec) const=0; in ATTRIBUTE_ALIGNED16()
|
D | btConvexTriangleMeshShape.cpp | 79 btVector3 btConvexTriangleMeshShape::localGetSupportingVertexWithoutMargin(const btVector3& vec0)co… in localGetSupportingVertexWithoutMargin() function in btConvexTriangleMeshShape 130 btVector3 supVertex = localGetSupportingVertexWithoutMargin(vec); in localGetSupportingVertex()
|
D | btConvexPointCloudShape.h | 83 virtual btVector3 localGetSupportingVertexWithoutMargin(const btVector3& vec)const; in ATTRIBUTE_ALIGNED16()
|
D | btConvexHullShape.h | 72 virtual btVector3 localGetSupportingVertexWithoutMargin(const btVector3& vec)const; in ATTRIBUTE_ALIGNED16()
|
D | btPolyhedralConvexShape.h | 53 virtual btVector3 localGetSupportingVertexWithoutMargin(const btVector3& vec)const; in ATTRIBUTE_ALIGNED16()
|
D | btConeShape.h | 40 virtual btVector3 localGetSupportingVertexWithoutMargin(const btVector3& vec) const; in ATTRIBUTE_ALIGNED16()
|
D | btConvexInternalShape.cpp | 62 btVector3 supVertex = localGetSupportingVertexWithoutMargin(vec); in localGetSupportingVertex()
|
D | btConeShape.cpp | 106 btVector3 btConeShape::localGetSupportingVertexWithoutMargin(const btVector3& vec) const in localGetSupportingVertexWithoutMargin() function in btConeShape
|
/external/libgdx/extensions/gdx-bullet/jni/swig-src/collision/com/badlogic/gdx/physics/bullet/collision/ |
D | btTriangleMeshShape.java | 65 public Vector3 localGetSupportingVertexWithoutMargin(Vector3 vec) { in localGetSupportingVertexWithoutMargin() method in btTriangleMeshShape
|
D | btConvexShape.java | 65 public Vector3 localGetSupportingVertexWithoutMargin(Vector3 vec) { in localGetSupportingVertexWithoutMargin() method in btConvexShape
|