/external/libgdx/extensions/gdx-bullet/jni/src/bullet/BulletCollision/CollisionShapes/ |
D | btConvexPointCloudShape.cpp | 55 …tSupportingVertexWithoutMargin(const btVector3* vectors,btVector3* supportVerticesOut,int numVecto… in batchedUnitVectorGetSupportingVertexWithoutMargin() argument 62 supportVerticesOut[j][3] = btScalar(-BT_LARGE_FLOAT); in batchedUnitVectorGetSupportingVertexWithoutMargin() 66 supportVerticesOut[j] = getScaledPoint(index); in batchedUnitVectorGetSupportingVertexWithoutMargin() 67 supportVerticesOut[j][3] = maxDot; in batchedUnitVectorGetSupportingVertexWithoutMargin()
|
D | btCylinderShape.cpp | 254 …tSupportingVertexWithoutMargin(const btVector3* vectors,btVector3* supportVerticesOut,int numVecto… in batchedUnitVectorGetSupportingVertexWithoutMargin() argument 258 supportVerticesOut[i] = CylinderLocalSupportY(getHalfExtentsWithoutMargin(),vectors[i]); in batchedUnitVectorGetSupportingVertexWithoutMargin() 262 …tSupportingVertexWithoutMargin(const btVector3* vectors,btVector3* supportVerticesOut,int numVecto… in batchedUnitVectorGetSupportingVertexWithoutMargin() argument 266 supportVerticesOut[i] = CylinderLocalSupportZ(getHalfExtentsWithoutMargin(),vectors[i]); in batchedUnitVectorGetSupportingVertexWithoutMargin() 273 …tSupportingVertexWithoutMargin(const btVector3* vectors,btVector3* supportVerticesOut,int numVecto… in batchedUnitVectorGetSupportingVertexWithoutMargin() argument 277 supportVerticesOut[i] = CylinderLocalSupportX(getHalfExtentsWithoutMargin(),vectors[i]); in batchedUnitVectorGetSupportingVertexWithoutMargin()
|
D | btConvexHullShape.cpp | 76 …tSupportingVertexWithoutMargin(const btVector3* vectors,btVector3* supportVerticesOut,int numVecto… in batchedUnitVectorGetSupportingVertexWithoutMargin() argument 83 supportVerticesOut[i][3] = btScalar(-BT_LARGE_FLOAT); in batchedUnitVectorGetSupportingVertexWithoutMargin() 93 supportVerticesOut[j] = getScaledPoint(i); in batchedUnitVectorGetSupportingVertexWithoutMargin() 94 supportVerticesOut[j][3] = newDot; in batchedUnitVectorGetSupportingVertexWithoutMargin() 97 supportVerticesOut[j][3] = -BT_LARGE_FLOAT; in batchedUnitVectorGetSupportingVertexWithoutMargin()
|
D | btUniformScalingShape.cpp | 37 …tSupportingVertexWithoutMargin(const btVector3* vectors,btVector3* supportVerticesOut,int numVecto… in batchedUnitVectorGetSupportingVertexWithoutMargin() argument 39 …m_childConvexShape->batchedUnitVectorGetSupportingVertexWithoutMargin(vectors,supportVerticesOut,n… in batchedUnitVectorGetSupportingVertexWithoutMargin() 43 supportVerticesOut[i] = supportVerticesOut[i] * m_uniformScalingFactor; in batchedUnitVectorGetSupportingVertexWithoutMargin()
|
D | btMinkowskiSumShape.cpp | 37 …tSupportingVertexWithoutMargin(const btVector3* vectors,btVector3* supportVerticesOut,int numVecto… in batchedUnitVectorGetSupportingVertexWithoutMargin() argument 42 supportVerticesOut[i] = localGetSupportingVertexWithoutMargin(vectors[i]); in batchedUnitVectorGetSupportingVertexWithoutMargin()
|
D | btCylinderShape.h | 57 …tSupportingVertexWithoutMargin(const btVector3* vectors,btVector3* supportVerticesOut,int numVecto… in ATTRIBUTE_ALIGNED16() 145 …tSupportingVertexWithoutMargin(const btVector3* vectors,btVector3* supportVerticesOut,int numVecto… 168 …tSupportingVertexWithoutMargin(const btVector3* vectors,btVector3* supportVerticesOut,int numVecto…
|
D | btCapsuleShape.cpp | 83 …tSupportingVertexWithoutMargin(const btVector3* vectors,btVector3* supportVerticesOut,int numVecto… in batchedUnitVectorGetSupportingVertexWithoutMargin() argument 104 supportVerticesOut[j] = vtx; in batchedUnitVectorGetSupportingVertexWithoutMargin() 115 supportVerticesOut[j] = vtx; in batchedUnitVectorGetSupportingVertexWithoutMargin()
|
D | btSphereShape.cpp | 27 …tSupportingVertexWithoutMargin(const btVector3* vectors,btVector3* supportVerticesOut,int numVecto… in batchedUnitVectorGetSupportingVertexWithoutMargin() argument 33 supportVerticesOut[i].setValue(btScalar(0.),btScalar(0.),btScalar(0.)); in batchedUnitVectorGetSupportingVertexWithoutMargin()
|
D | btConvex2dShape.cpp | 35 …tSupportingVertexWithoutMargin(const btVector3* vectors,btVector3* supportVerticesOut,int numVecto… in batchedUnitVectorGetSupportingVertexWithoutMargin() argument 37 …m_childConvexShape->batchedUnitVectorGetSupportingVertexWithoutMargin(vectors,supportVerticesOut,n… in batchedUnitVectorGetSupportingVertexWithoutMargin()
|
D | btPolyhedralConvexShape.cpp | 367 …tSupportingVertexWithoutMargin(const btVector3* vectors,btVector3* supportVerticesOut,int numVecto… in batchedUnitVectorGetSupportingVertexWithoutMargin() argument 377 supportVerticesOut[i][3] = btScalar(-BT_LARGE_FLOAT); in batchedUnitVectorGetSupportingVertexWithoutMargin() 391 if (newDot > supportVerticesOut[j][3]) in batchedUnitVectorGetSupportingVertexWithoutMargin() 393 supportVerticesOut[j] = temp[i]; in batchedUnitVectorGetSupportingVertexWithoutMargin() 394 supportVerticesOut[j][3] = newDot; in batchedUnitVectorGetSupportingVertexWithoutMargin()
|
D | btConvexTriangleMeshShape.cpp | 102 …tSupportingVertexWithoutMargin(const btVector3* vectors,btVector3* supportVerticesOut,int numVecto… in batchedUnitVectorGetSupportingVertexWithoutMargin() argument 108 supportVerticesOut[i][3] = btScalar(-BT_LARGE_FLOAT); in batchedUnitVectorGetSupportingVertexWithoutMargin() 121 supportVerticesOut[j] = supportCallback.GetSupportVertexLocal(); in batchedUnitVectorGetSupportingVertexWithoutMargin()
|
D | btConeShape.cpp | 111 …tSupportingVertexWithoutMargin(const btVector3* vectors,btVector3* supportVerticesOut,int numVecto… in batchedUnitVectorGetSupportingVertexWithoutMargin() argument 116 supportVerticesOut[i] = coneLocalSupport(vec); in batchedUnitVectorGetSupportingVertexWithoutMargin()
|
D | btTriangleShape.h | 76 …tSupportingVertexWithoutMargin(const btVector3* vectors,btVector3* supportVerticesOut,int numVecto… in ATTRIBUTE_ALIGNED16() 82 supportVerticesOut[i] = m_vertices1[dots.maxAxis()]; in ATTRIBUTE_ALIGNED16()
|
D | btMultiSphereShape.cpp | 94 …tSupportingVertexWithoutMargin(const btVector3* vectors,btVector3* supportVerticesOut,int numVecto… in batchedUnitVectorGetSupportingVertexWithoutMargin() argument 124 supportVerticesOut[j] = temp[i]; in batchedUnitVectorGetSupportingVertexWithoutMargin()
|
D | btMinkowskiSumShape.h | 39 …tSupportingVertexWithoutMargin(const btVector3* vectors,btVector3* supportVerticesOut,int numVecto… in ATTRIBUTE_ALIGNED16()
|
D | btMultiSphereShape.h | 45 …tSupportingVertexWithoutMargin(const btVector3* vectors,btVector3* supportVerticesOut,int numVecto… in ATTRIBUTE_ALIGNED16()
|
D | btSphereShape.h | 39 …tSupportingVertexWithoutMargin(const btVector3* vectors,btVector3* supportVerticesOut,int numVecto… in ATTRIBUTE_ALIGNED16()
|
D | btConvex2dShape.h | 40 …tSupportingVertexWithoutMargin(const btVector3* vectors,btVector3* supportVerticesOut,int numVecto… in ATTRIBUTE_ALIGNED16()
|
D | btBoxShape.h | 70 …tSupportingVertexWithoutMargin(const btVector3* vectors,btVector3* supportVerticesOut,int numVecto… in ATTRIBUTE_ALIGNED16() 77 supportVerticesOut[i].setValue(btFsels(vec.x(), halfExtents.x(), -halfExtents.x()), in ATTRIBUTE_ALIGNED16()
|
D | btUniformScalingShape.h | 42 …tSupportingVertexWithoutMargin(const btVector3* vectors,btVector3* supportVerticesOut,int numVecto… in ATTRIBUTE_ALIGNED16()
|
D | btConvexTriangleMeshShape.h | 46 …tSupportingVertexWithoutMargin(const btVector3* vectors,btVector3* supportVerticesOut,int numVecto… in ATTRIBUTE_ALIGNED16()
|
D | btConvexShape.h | 60 …tSupportingVertexWithoutMargin(const btVector3* vectors,btVector3* supportVerticesOut,int numVecto… in ATTRIBUTE_ALIGNED16()
|
D | btConvexPointCloudShape.h | 84 …tSupportingVertexWithoutMargin(const btVector3* vectors,btVector3* supportVerticesOut,int numVecto… in ATTRIBUTE_ALIGNED16()
|
D | btConvexHullShape.h | 73 …tSupportingVertexWithoutMargin(const btVector3* vectors,btVector3* supportVerticesOut,int numVecto… in ATTRIBUTE_ALIGNED16()
|
/external/libgdx/extensions/gdx-bullet/jni/swig-src/collision/com/badlogic/gdx/physics/bullet/collision/ |
D | btConvexShape.java | 89 …ectorGetSupportingVertexWithoutMargin(btVector3 vectors, btVector3 supportVerticesOut, int numVect… in batchedUnitVectorGetSupportingVertexWithoutMargin() argument 90 …, btVector3.getCPtr(vectors), vectors, btVector3.getCPtr(supportVerticesOut), supportVerticesOut, … in batchedUnitVectorGetSupportingVertexWithoutMargin()
|