Home
last modified time | relevance | path

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

/external/libgdx/extensions/gdx-bullet/jni/src/bullet/BulletCollision/NarrowPhaseCollision/
DbtVoronoiSimplexSolver.cpp72 m_cachedBC.reset(); in reset()
95 m_cachedBC.reset(); in updateClosestVectorAndPoints()
109 m_cachedBC.reset(); in updateClosestVectorAndPoints()
110 m_cachedBC.setBarycentricCoordinates(btScalar(1.),btScalar(0.),btScalar(0.),btScalar(0.)); in updateClosestVectorAndPoints()
111 m_cachedValidClosest = m_cachedBC.isValid(); in updateClosestVectorAndPoints()
131 m_cachedBC.m_usedVertices.usedVertexA = true; in updateClosestVectorAndPoints()
132 m_cachedBC.m_usedVertices.usedVertexB = true; in updateClosestVectorAndPoints()
137 m_cachedBC.m_usedVertices.usedVertexB = true; in updateClosestVectorAndPoints()
143 m_cachedBC.m_usedVertices.usedVertexA = true; in updateClosestVectorAndPoints()
145 m_cachedBC.setBarycentricCoordinates(1-t,t); in updateClosestVectorAndPoints()
[all …]
DbtVoronoiSimplexSolver.h121 btSubSimplexClosestResult m_cachedBC; in ATTRIBUTE_ALIGNED16() local
/external/libgdx/extensions/gdx-bullet/jni/swig-src/collision/
Dcollision_wrap.cpp44021 if (arg1) (arg1)->m_cachedBC = *arg2; in Java_com_badlogic_gdx_physics_bullet_collision_CollisionJNI_btVoronoiSimplexSolver_1cachedBC_1set()
44034 result = (btSubSimplexClosestResult *)& ((arg1)->m_cachedBC); in Java_com_badlogic_gdx_physics_bullet_collision_CollisionJNI_btVoronoiSimplexSolver_1cachedBC_1get()