Searched refs:BALL_SIZEX (Results 1 – 3 of 3) sorted by relevance
19 #define BALL_SIZEX 5.0F macro
392 GXPosition3f32( x - BALL_SIZEX, y, z - BALL_SIZEZ ); in DrawBall()394 GXPosition3f32( x + BALL_SIZEX, y, z - BALL_SIZEZ ); in DrawBall()396 GXPosition3f32( x + BALL_SIZEX, y, z + BALL_SIZEZ ); in DrawBall()398 GXPosition3f32( x - BALL_SIZEX, y, z + BALL_SIZEZ ); in DrawBall()
24 #define BALL_CSIZEX (BALL_SIZEX / 2.0F)