Home
last modified time | relevance | path

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

/RvlSDK-3.1.4/build/demos/gxdemo/src/G2D/
DG2D-testPhy.c66 static f32 rCIntX, rCIntY, rCIntA; variable
176 rCIntA = 0.0F; in CameraInit()
205 rCIntA = (rCamI * rCIntA) + ((1.0F - rCamI) * (rCamDesiredA - rCamA)); in CameraUpdate()
209 rCVelA += ((rCamDesiredA - rCamA) * 0.05F) + (rCIntA * 0.1F); in CameraUpdate()