The NEW Pong Game V13.2.1
An interesting implemnettaion of the pong game
Loading...
Searching...
No Matches
SquareBall Member List

This is the complete list of members for SquareBall, including all inherited members.

ball_sizeBallBaseprotected
BallBase(float size=35.0f)BallBase
boundaries() constBallBasevirtual
colorBallBaseprotected
game_modeBallBaseprotected
get_color() constBallBase
get_game_mode() constBallBase
get_pos_x() constBallBase
get_pos_y() constBallBase
get_vel_x() constBallBase
get_vel_y() constBallBase
pos_xBallBaseprotected
pos_yBallBaseprotected
random_direction_angle()BallBase
render_object(SDL_Renderer *renderer) overrideSquareBallvirtual
reset()BallBasevirtual
set_color(const SDL_Color &new_color)BallBase
set_game_mode(int mode)BallBase
set_position(float x, float y)BallBase
set_velocity(float velX, float velY)BallBase
SquareBall()SquareBall
update(float travel_time, class Paddle *paddle1, class Paddle *paddle2, User *player1, User *player2)BallBasevirtual
vel_xBallBaseprotected
vel_yBallBaseprotected
~BallBase()BallBasevirtual