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

  /external/libgdx/extensions/gdx-bullet/jni/src/bullet/BulletCollision/NarrowPhaseCollision/
btVoronoiSimplexSolver.cpp 42 m_simplexPointsQ[index] = m_simplexPointsQ[m_numVertices];
85 m_simplexPointsQ[m_numVertices] = q;
107 m_cachedP2 = m_simplexPointsQ[0];
149 m_cachedP2 = m_simplexPointsQ[0] + t * (m_simplexPointsQ[1] - m_simplexPointsQ[0]);
171 m_cachedP2 = m_simplexPointsQ[0] * m_cachedBC.m_barycentricCoords[0] +
172 m_simplexPointsQ[1] * m_cachedBC.m_barycentricCoords[1] +
173 m_simplexPointsQ[2] * m_cachedBC.m_barycentricCoords[2];
    [all...]
btVoronoiSimplexSolver.h 108 btVector3 m_simplexPointsQ[VORONOI_SIMPLEX_MAX_VERTS];

Completed in 47 milliseconds