Definition at line 50 of file pong.cpp.
void PongGame::makeBallMarker |
( |
| ) |
|
|
inlineprivate |
void PongGame::makeFieldMarker |
( |
| ) |
|
|
inlineprivate |
void PongGame::makePaddleMarkers |
( |
| ) |
|
|
inlineprivate |
void PongGame::normalizeVel |
( |
| ) |
|
|
inlineprivate |
void PongGame::processPaddleFeedback |
( |
unsigned |
player, |
|
|
const visualization_msgs::InteractiveMarkerFeedbackConstPtr & |
feedback |
|
) |
| |
|
inlineprivate |
bool PongGame::reflect |
( |
float & |
pos, |
|
|
float |
last_pos, |
|
|
float |
limit, |
|
|
float & |
t |
|
) |
| |
|
inlineprivate |
void PongGame::setPaddlePos |
( |
unsigned |
player, |
|
|
float |
pos |
|
) |
| |
|
inlineprivate |
void PongGame::spinOnce |
( |
| ) |
|
|
inlineprivate |
void PongGame::updateBall |
( |
| ) |
|
|
inlineprivate |
void PongGame::updateScore |
( |
| ) |
|
|
inlineprivate |
float PongGame::ball_dir_x_ |
|
private |
float PongGame::ball_dir_y_ |
|
private |
float PongGame::ball_pos_x_ |
|
private |
float PongGame::ball_pos_y_ |
|
private |
InteractiveMarker PongGame::field_marker_ |
|
private |
float PongGame::last_ball_pos_x_ |
|
private |
float PongGame::last_ball_pos_y_ |
|
private |
The documentation for this class was generated from the following file: