OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:lastw
(Results
1 - 2
of
2
) sorted by null
/external/libgdx/extensions/gdx-bullet/jni/src/bullet/BulletCollision/NarrowPhaseCollision/
btGjkEpa2.cpp
188
btVector3
lastw
[4];
local
208
lastw
[0] =
209
lastw
[1] =
210
lastw
[2] =
211
lastw
[3] = m_ray;
230
if((w-
lastw
[i]).length2()<GJK_DUPLICATED_EPS)
239
{/* Update
lastw
*/
240
lastw
[clastw=(clastw+1)&3]=w;
btGjkEpa3.h
191
btVector3
lastw
[4];
local
211
lastw
[0] =
212
lastw
[1] =
213
lastw
[2] =
214
lastw
[3] = m_ray;
233
if((w-
lastw
[i]).length2()<GJK_DUPLICATED_EPS)
242
{/* Update
lastw
*/
243
lastw
[clastw=(clastw+1)&3]=w;
[
all
...]
Completed in 688 milliseconds