Home
last modified time | relevance | path

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

/RvlSDK-3.2.2/build/demos/gxdemo/src/Simple/
Dsmp-toy-anim.c227 Vec nextPos; in AnimTick() local
309 VECAdd(&CurPos, &nextVel, &nextPos); in AnimTick()
311 CurPos = nextPos; in AnimTick()