Searched refs:m_simplexPointsP (Results 1 - 3 of 3) sorted by relevance

/external/libgdx/extensions/gdx-bullet/jni/src/bullet/BulletCollision/NarrowPhaseCollision/
H A DbtVoronoiSimplexSolver.cpp41 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[
[all...]
H A DbtVoronoiSimplexSolver.h107 btVector3 m_simplexPointsP[VORONOI_SIMPLEX_MAX_VERTS]; variable
/external/libgdx/extensions/gdx-bullet/jni/swig-src/collision/
H A Dcollision_wrap.cpp[all...]

Completed in 262 milliseconds