Home
last modified time | relevance | path

Searched refs:localGetSupportingVertexWithoutMargin (Results 1 – 25 of 35) sorted by relevance

12

/external/libgdx/extensions/gdx-bullet/jni/src/bullet/BulletCollision/CollisionShapes/
DbtMinkowskiSumShape.cpp30 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()
DbtCylinderShape.h55 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;
DbtSphereShape.cpp21 btVector3 btSphereShape::localGetSupportingVertexWithoutMargin(const btVector3& vec)const in localGetSupportingVertexWithoutMargin() function in btSphereShape
41 supVertex = localGetSupportingVertexWithoutMargin(vec); in localGetSupportingVertex()
DbtConvex2dShape.cpp30 btVector3 btConvex2dShape::localGetSupportingVertexWithoutMargin(const btVector3& vec)const in localGetSupportingVertexWithoutMargin() function in btConvex2dShape
32 return m_childConvexShape->localGetSupportingVertexWithoutMargin(vec); in localGetSupportingVertexWithoutMargin()
DbtConvexPointCloudShape.cpp28 btVector3 btConvexPointCloudShape::localGetSupportingVertexWithoutMargin(const btVector3& vec0)const in localGetSupportingVertexWithoutMargin() function in btConvexPointCloudShape
77 btVector3 supVertex = localGetSupportingVertexWithoutMargin(vec); in localGetSupportingVertex()
DbtCylinderShape.cpp239 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
DbtUniformScalingShape.cpp30 btVector3 btUniformScalingShape::localGetSupportingVertexWithoutMargin(const btVector3& vec)const in localGetSupportingVertexWithoutMargin() function in btUniformScalingShape
33 tmpVertex = m_childConvexShape->localGetSupportingVertexWithoutMargin(vec); in localGetSupportingVertexWithoutMargin()
DbtConvexHullShape.cpp60 btVector3 btConvexHullShape::localGetSupportingVertexWithoutMargin(const btVector3& vec)const in localGetSupportingVertexWithoutMargin() function in btConvexHullShape
108 btVector3 supVertex = localGetSupportingVertexWithoutMargin(vec); in localGetSupportingVertex()
DbtMinkowskiSumShape.h37 virtual btVector3 localGetSupportingVertexWithoutMargin(const btVector3& vec)const; in ATTRIBUTE_ALIGNED16()
DbtTriangleMeshShape.h42 virtual btVector3 localGetSupportingVertexWithoutMargin(const btVector3& vec)const in ATTRIBUTE_ALIGNED16()
DbtMultiSphereShape.h43 virtual btVector3 localGetSupportingVertexWithoutMargin(const btVector3& vec)const; in ATTRIBUTE_ALIGNED16()
DbtSphereShape.h37 virtual btVector3 localGetSupportingVertexWithoutMargin(const btVector3& vec)const; in ATTRIBUTE_ALIGNED16()
DbtConvex2dShape.h36 virtual btVector3 localGetSupportingVertexWithoutMargin(const btVector3& vec)const; in ATTRIBUTE_ALIGNED16()
DbtUniformScalingShape.h38 virtual btVector3 localGetSupportingVertexWithoutMargin(const btVector3& vec)const; in ATTRIBUTE_ALIGNED16()
DbtConvexTriangleMeshShape.h45 virtual btVector3 localGetSupportingVertexWithoutMargin(const btVector3& vec)const; in ATTRIBUTE_ALIGNED16()
DbtConvexShape.h47 virtual btVector3 localGetSupportingVertexWithoutMargin(const btVector3& vec) const=0; in ATTRIBUTE_ALIGNED16()
DbtConvexTriangleMeshShape.cpp79 btVector3 btConvexTriangleMeshShape::localGetSupportingVertexWithoutMargin(const btVector3& vec0)co… in localGetSupportingVertexWithoutMargin() function in btConvexTriangleMeshShape
130 btVector3 supVertex = localGetSupportingVertexWithoutMargin(vec); in localGetSupportingVertex()
DbtConvexPointCloudShape.h83 virtual btVector3 localGetSupportingVertexWithoutMargin(const btVector3& vec)const; in ATTRIBUTE_ALIGNED16()
DbtConvexHullShape.h72 virtual btVector3 localGetSupportingVertexWithoutMargin(const btVector3& vec)const; in ATTRIBUTE_ALIGNED16()
DbtPolyhedralConvexShape.h53 virtual btVector3 localGetSupportingVertexWithoutMargin(const btVector3& vec)const; in ATTRIBUTE_ALIGNED16()
DbtConeShape.h40 virtual btVector3 localGetSupportingVertexWithoutMargin(const btVector3& vec) const; in ATTRIBUTE_ALIGNED16()
DbtConvexInternalShape.cpp62 btVector3 supVertex = localGetSupportingVertexWithoutMargin(vec); in localGetSupportingVertex()
DbtConeShape.cpp106 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/
DbtTriangleMeshShape.java65 public Vector3 localGetSupportingVertexWithoutMargin(Vector3 vec) { in localGetSupportingVertexWithoutMargin() method in btTriangleMeshShape
DbtConvexShape.java65 public Vector3 localGetSupportingVertexWithoutMargin(Vector3 vec) { in localGetSupportingVertexWithoutMargin() method in btConvexShape

12