OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:m_cachedP2
(Results
1 - 2
of
2
) sorted by null
/external/libgdx/extensions/gdx-bullet/jni/src/bullet/BulletCollision/NarrowPhaseCollision/
btVoronoiSimplexSolver.cpp
107
m_cachedP2
= m_simplexPointsQ[0];
108
m_cachedV = m_cachedP1-
m_cachedP2
; //== m_simplexVectorW[0]
149
m_cachedP2
= m_simplexPointsQ[0] + t * (m_simplexPointsQ[1] - m_simplexPointsQ[0]);
150
m_cachedV = m_cachedP1 -
m_cachedP2
;
171
m_cachedP2
= m_simplexPointsQ[0] * m_cachedBC.m_barycentricCoords[0] +
175
m_cachedV = m_cachedP1-
m_cachedP2
;
203
m_cachedP2
= m_simplexPointsQ[0] * m_cachedBC.m_barycentricCoords[0] +
208
m_cachedV = m_cachedP1-
m_cachedP2
;
323
p2 =
m_cachedP2
;
btVoronoiSimplexSolver.h
113
btVector3
m_cachedP2
;
Completed in 6434 milliseconds