Home
last modified time | relevance | path

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

/external/libgdx/extensions/gdx-bullet/jni/src/bullet/BulletCollision/NarrowPhaseCollision/
DbtVoronoiSimplexSolver.h63 btScalar m_barycentricCoords[4]; member
74 bool valid = (m_barycentricCoords[0] >= btScalar(0.)) && in isValid()
75 (m_barycentricCoords[1] >= btScalar(0.)) && in isValid()
76 (m_barycentricCoords[2] >= btScalar(0.)) && in isValid()
77 (m_barycentricCoords[3] >= btScalar(0.)); in isValid()
84 m_barycentricCoords[0] = a;
85 m_barycentricCoords[1] = b;
86 m_barycentricCoords[2] = c;
87 m_barycentricCoords[3] = d;
DbtVoronoiSimplexSolver.cpp167 m_cachedP1 = m_simplexPointsP[0] * m_cachedBC.m_barycentricCoords[0] + in updateClosestVectorAndPoints()
168 m_simplexPointsP[1] * m_cachedBC.m_barycentricCoords[1] + in updateClosestVectorAndPoints()
169 m_simplexPointsP[2] * m_cachedBC.m_barycentricCoords[2]; in updateClosestVectorAndPoints()
171 m_cachedP2 = m_simplexPointsQ[0] * m_cachedBC.m_barycentricCoords[0] + in updateClosestVectorAndPoints()
172 m_simplexPointsQ[1] * m_cachedBC.m_barycentricCoords[1] + in updateClosestVectorAndPoints()
173 m_simplexPointsQ[2] * m_cachedBC.m_barycentricCoords[2]; in updateClosestVectorAndPoints()
198 m_cachedP1 = m_simplexPointsP[0] * m_cachedBC.m_barycentricCoords[0] + in updateClosestVectorAndPoints()
199 m_simplexPointsP[1] * m_cachedBC.m_barycentricCoords[1] + in updateClosestVectorAndPoints()
200 m_simplexPointsP[2] * m_cachedBC.m_barycentricCoords[2] + in updateClosestVectorAndPoints()
201 m_simplexPointsP[3] * m_cachedBC.m_barycentricCoords[3]; in updateClosestVectorAndPoints()
[all …]
/external/libgdx/extensions/gdx-bullet/jni/swig-src/collision/
Dcollision_wrap.cpp43535 btScalar *b = (btScalar *) arg1->m_barycentricCoords; in Java_com_badlogic_gdx_physics_bullet_collision_CollisionJNI_btSubSimplexClosestResult_1barycentricCoords_1set()
43552 result = (btScalar *)(btScalar *) ((arg1)->m_barycentricCoords); in Java_com_badlogic_gdx_physics_bullet_collision_CollisionJNI_btSubSimplexClosestResult_1barycentricCoords_1get()