Searched refs:BALL_SIZEZ (Results 1 – 3 of 3) sorted by relevance
20 #define BALL_SIZEZ 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()
25 #define BALL_CSIZEZ (BALL_SIZEZ / 2.0F)