Home
last modified time | relevance | path

Searched refs:m_cachedP2 (Results 1 – 3 of 3) sorted by relevance

/external/libgdx/extensions/gdx-bullet/jni/src/bullet/BulletCollision/NarrowPhaseCollision/
DbtVoronoiSimplexSolver.cpp107 m_cachedP2 = m_simplexPointsQ[0]; in updateClosestVectorAndPoints()
108 m_cachedV = m_cachedP1-m_cachedP2; //== m_simplexVectorW[0] in updateClosestVectorAndPoints()
149 m_cachedP2 = m_simplexPointsQ[0] + t * (m_simplexPointsQ[1] - m_simplexPointsQ[0]); in updateClosestVectorAndPoints()
150 m_cachedV = m_cachedP1 - m_cachedP2; in updateClosestVectorAndPoints()
171 m_cachedP2 = m_simplexPointsQ[0] * m_cachedBC.m_barycentricCoords[0] + in updateClosestVectorAndPoints()
175 m_cachedV = m_cachedP1-m_cachedP2; in updateClosestVectorAndPoints()
203 m_cachedP2 = m_simplexPointsQ[0] * m_cachedBC.m_barycentricCoords[0] + in updateClosestVectorAndPoints()
208 m_cachedV = m_cachedP1-m_cachedP2; in updateClosestVectorAndPoints()
323 p2 = m_cachedP2; in compute_points()
DbtVoronoiSimplexSolver.h113 btVector3 m_cachedP2; in ATTRIBUTE_ALIGNED16() local
/external/libgdx/extensions/gdx-bullet/jni/swig-src/collision/
Dcollision_wrap.cpp43878 if (arg1) (arg1)->m_cachedP2 = *arg2; in Java_com_badlogic_gdx_physics_bullet_collision_CollisionJNI_btVoronoiSimplexSolver_1cachedP2_1set()
43891 result = (btVector3 *)& ((arg1)->m_cachedP2); in Java_com_badlogic_gdx_physics_bullet_collision_CollisionJNI_btVoronoiSimplexSolver_1cachedP2_1get()