Searched refs:BALL_CSIZEZ (Results 1 – 1 of 1) sorted by relevance
| /RvlSDK-3.2.2/build/demos/gxdemo/src/Simple/ |
| D | smp-toy-anim.c | 25 #define BALL_CSIZEZ (BALL_SIZEZ / 2.0F) macro 219 static Vec offsets[4] = {{-BALL_CSIZEX, 0.0F, -BALL_CSIZEZ}, in AnimTick() 220 { BALL_CSIZEX, 0.0F, -BALL_CSIZEZ}, in AnimTick() 221 { BALL_CSIZEX, 0.0F, BALL_CSIZEZ}, in AnimTick() 222 {-BALL_CSIZEX, 0.0F, BALL_CSIZEZ}}; in AnimTick()
|