Home
last modified time | relevance | path

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

/RvlSDK-3.1.4/build/demos/gxdemo/src/Simple/
Dsmp-toy-anim.c118 static Vec CurPos = {90.0F, 0.0F, 10.0F}; // current position variable
135 return(CurPos); in GetCurPos()
231 CurMask = TestPoint(curGrid, CurPos.x, CurPos.z); in AnimTick()
243 VECAdd(&CurPos, &curVel, &tp); in AnimTick()
252 CurPos.x -= (CurPos.z - SLOPE_ZSTART) * SLOPE_SLOPE; in AnimTick()
309 VECAdd(&CurPos, &nextVel, &nextPos); in AnimTick()
311 CurPos = nextPos; in AnimTick()