Home
last modified time | relevance | path

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

/RvlSDK-3.2/build/demos/gxdemo/src/G2D/
DG2D-testPhy.c414 s32 nIncX, nIncY; // Offsets to possibly overlapping map coordinates in HandleCollisions() local
430 nIncX = -1; in HandleCollisions()
436 nIncX = 1; in HandleCollisions()
452 Collide( nMx + nIncX, nMy, rRadius, &rTime, &rNx, &rNy ); in HandleCollisions()
464 Collide( nMx + nIncX, nMy + nIncY, rRadius, &rTime, &rNx, &rNy ); in HandleCollisions()