Home
last modified time | relevance | path

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

/RvlSDK-3.3/build/demos/gxdemo/src/G2D/
DG2D-testPhy.c93 Record aRecord[MAX_RECORDS]; variable
623 aRecord[nGameTime].rPosX = poShip.rPosX; in MoveShip()
624 aRecord[nGameTime].rPosY = poShip.rPosY; in MoveShip()
625 aRecord[nGameTime].rVelX = rVelX; in MoveShip()
626 aRecord[nGameTime].rVelY = rVelY; in MoveShip()
627 aRecord[nGameTime].rAng = rAng; in MoveShip()
628 aRecord[nGameTime].rAngV = rAngV; in MoveShip()