Home
last modified time | relevance | path

Searched refs:supportVerticesOut (Results 1 – 25 of 30) sorted by relevance

12

/external/libgdx/extensions/gdx-bullet/jni/src/bullet/BulletCollision/CollisionShapes/
DbtConvexPointCloudShape.cpp55 …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()
DbtCylinderShape.cpp254 …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()
DbtConvexHullShape.cpp76 …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()
DbtUniformScalingShape.cpp37 …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()
DbtMinkowskiSumShape.cpp37 …tSupportingVertexWithoutMargin(const btVector3* vectors,btVector3* supportVerticesOut,int numVecto… in batchedUnitVectorGetSupportingVertexWithoutMargin() argument
42 supportVerticesOut[i] = localGetSupportingVertexWithoutMargin(vectors[i]); in batchedUnitVectorGetSupportingVertexWithoutMargin()
DbtCylinderShape.h57 …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…
DbtCapsuleShape.cpp83 …tSupportingVertexWithoutMargin(const btVector3* vectors,btVector3* supportVerticesOut,int numVecto… in batchedUnitVectorGetSupportingVertexWithoutMargin() argument
104 supportVerticesOut[j] = vtx; in batchedUnitVectorGetSupportingVertexWithoutMargin()
115 supportVerticesOut[j] = vtx; in batchedUnitVectorGetSupportingVertexWithoutMargin()
DbtSphereShape.cpp27 …tSupportingVertexWithoutMargin(const btVector3* vectors,btVector3* supportVerticesOut,int numVecto… in batchedUnitVectorGetSupportingVertexWithoutMargin() argument
33 supportVerticesOut[i].setValue(btScalar(0.),btScalar(0.),btScalar(0.)); in batchedUnitVectorGetSupportingVertexWithoutMargin()
DbtConvex2dShape.cpp35 …tSupportingVertexWithoutMargin(const btVector3* vectors,btVector3* supportVerticesOut,int numVecto… in batchedUnitVectorGetSupportingVertexWithoutMargin() argument
37 …m_childConvexShape->batchedUnitVectorGetSupportingVertexWithoutMargin(vectors,supportVerticesOut,n… in batchedUnitVectorGetSupportingVertexWithoutMargin()
DbtPolyhedralConvexShape.cpp367 …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()
DbtConvexTriangleMeshShape.cpp102 …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()
DbtConeShape.cpp111 …tSupportingVertexWithoutMargin(const btVector3* vectors,btVector3* supportVerticesOut,int numVecto… in batchedUnitVectorGetSupportingVertexWithoutMargin() argument
116 supportVerticesOut[i] = coneLocalSupport(vec); in batchedUnitVectorGetSupportingVertexWithoutMargin()
DbtTriangleShape.h76 …tSupportingVertexWithoutMargin(const btVector3* vectors,btVector3* supportVerticesOut,int numVecto… in ATTRIBUTE_ALIGNED16()
82 supportVerticesOut[i] = m_vertices1[dots.maxAxis()]; in ATTRIBUTE_ALIGNED16()
DbtMultiSphereShape.cpp94 …tSupportingVertexWithoutMargin(const btVector3* vectors,btVector3* supportVerticesOut,int numVecto… in batchedUnitVectorGetSupportingVertexWithoutMargin() argument
124 supportVerticesOut[j] = temp[i]; in batchedUnitVectorGetSupportingVertexWithoutMargin()
DbtMinkowskiSumShape.h39 …tSupportingVertexWithoutMargin(const btVector3* vectors,btVector3* supportVerticesOut,int numVecto… in ATTRIBUTE_ALIGNED16()
DbtMultiSphereShape.h45 …tSupportingVertexWithoutMargin(const btVector3* vectors,btVector3* supportVerticesOut,int numVecto… in ATTRIBUTE_ALIGNED16()
DbtSphereShape.h39 …tSupportingVertexWithoutMargin(const btVector3* vectors,btVector3* supportVerticesOut,int numVecto… in ATTRIBUTE_ALIGNED16()
DbtConvex2dShape.h40 …tSupportingVertexWithoutMargin(const btVector3* vectors,btVector3* supportVerticesOut,int numVecto… in ATTRIBUTE_ALIGNED16()
DbtBoxShape.h70 …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()
DbtUniformScalingShape.h42 …tSupportingVertexWithoutMargin(const btVector3* vectors,btVector3* supportVerticesOut,int numVecto… in ATTRIBUTE_ALIGNED16()
DbtConvexTriangleMeshShape.h46 …tSupportingVertexWithoutMargin(const btVector3* vectors,btVector3* supportVerticesOut,int numVecto… in ATTRIBUTE_ALIGNED16()
DbtConvexShape.h60 …tSupportingVertexWithoutMargin(const btVector3* vectors,btVector3* supportVerticesOut,int numVecto… in ATTRIBUTE_ALIGNED16()
DbtConvexPointCloudShape.h84 …tSupportingVertexWithoutMargin(const btVector3* vectors,btVector3* supportVerticesOut,int numVecto… in ATTRIBUTE_ALIGNED16()
DbtConvexHullShape.h73 …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/
DbtConvexShape.java89 …ectorGetSupportingVertexWithoutMargin(btVector3 vectors, btVector3 supportVerticesOut, int numVect… in batchedUnitVectorGetSupportingVertexWithoutMargin() argument
90 …, btVector3.getCPtr(vectors), vectors, btVector3.getCPtr(supportVerticesOut), supportVerticesOut, … in batchedUnitVectorGetSupportingVertexWithoutMargin()

12