Home
last modified time | relevance | path

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

/dports/games/lbreakout/lbreakout-010315/lbreakout/
H A Dbreakout.h340 int ball_pnts[4][7][2]; // points from the ball's surface // variable
H A Dbreakout.cpp144 ball_pnts[i][j][0] = (int)ceil(sin(TOARC(a)) * ball_rad); in BreakOut()
145 ball_pnts[i][j][1] = (int)ceil(cos(TOARC(a)) * ball_rad); in BreakOut()