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

  /external/libgdx/extensions/gdx-bullet/jni/src/bullet/BulletCollision/NarrowPhaseCollision/
btVoronoiSimplexSolver.cpp 41 m_simplexPointsP[index] = m_simplexPointsP[m_numVertices];
84 m_simplexPointsP[m_numVertices] = p;
106 m_cachedP1 = m_simplexPointsP[0];
148 m_cachedP1 = m_simplexPointsP[0] + t * (m_simplexPointsP[1] - m_simplexPointsP[0]);
167 m_cachedP1 = m_simplexPointsP[0] * m_cachedBC.m_barycentricCoords[0] +
168 m_simplexPointsP[1] * m_cachedBC.m_barycentricCoords[1] +
169 m_simplexPointsP[2] * m_cachedBC.m_barycentricCoords[2];
    [all...]
btVoronoiSimplexSolver.h 107 btVector3 m_simplexPointsP[VORONOI_SIMPLEX_MAX_VERTS];

Completed in 42 milliseconds