Searched refs:m_cachedP2 (Results 1 – 3 of 3) sorted by relevance
107 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()
113 btVector3 m_cachedP2; in ATTRIBUTE_ALIGNED16() local
43878 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()