HomeSort by relevance Sort by last modified time
    Searched refs:_supporting (Results 1 - 3 of 3) sorted by null

  /external/libgdx/extensions/gdx-bullet/jni/src/bullet/BulletCollision/CollisionShapes/
btConvexInternalShape.cpp 120 btVector3 _supporting[] = local
130 batchedUnitVectorGetSupportingVertexWithoutMargin(_directions, _supporting, 6);
134 m_localAabbMax[i] = _supporting[i][i] + m_collisionMargin;
135 m_localAabbMin[i] = _supporting[i + 3][i] - m_collisionMargin;
btUniformScalingShape.cpp 86 btVector3 _supporting[] = local
101 batchedUnitVectorGetSupportingVertexWithoutMargin(_directions, _supporting, 6);
107 aabbMax1[i] = t(_supporting[i])[i];
108 aabbMin1[i] = t(_supporting[i + 3])[i];
btPolyhedralConvexShape.cpp 465 btVector3 _supporting[] = local
475 batchedUnitVectorGetSupportingVertexWithoutMargin(_directions, _supporting, 6);
479 m_localAabbMax[i] = _supporting[i][i] + m_collisionMargin;
480 m_localAabbMin[i] = _supporting[i + 3][i] - m_collisionMargin;

Completed in 2338 milliseconds