Arturs Kozlovskis 201253737
Ball Struct Reference
Struct for parabolic ball's varibales. More...
#include <Functions.h>
Data Fields | |
| int | ball_x_pos [10] |
| Holds parabolic ball's x position(int) | |
| float | movement_y_counter [10] |
| Sets the gravity with which the ball will fall(float) | |
| int | time [10] |
| Holds the time which is used in the balls movement(int) | |
| int | ball_y_pos [10] |
| Holds parabolic ball's y position(int) | |
| int | time_incrementer [10] |
| Increments time value(int) | |
| int | delta_r [10] |
| Increments ball's x position(int) | |
| int | ball_trajectory_width [10] |
| Holds the value of ball's trajectories width(int) | |
Detailed Description
Struct for parabolic ball's varibales.
Definition at line 12 of file Functions.h.
Field Documentation
| int ball_trajectory_width[10] |
Holds the value of ball's trajectories width(int)
Definition at line 20 of file Functions.h.
| int ball_x_pos[10] |
Holds parabolic ball's x position(int)
Definition at line 13 of file Functions.h.
| int ball_y_pos[10] |
Holds parabolic ball's y position(int)
Definition at line 16 of file Functions.h.
| int delta_r[10] |
Increments ball's x position(int)
Holds ball's radiuss value(int)
Definition at line 19 of file Functions.h.
| float movement_y_counter[10] |
Sets the gravity with which the ball will fall(float)
Definition at line 14 of file Functions.h.
| int time[10] |
Holds the time which is used in the balls movement(int)
Definition at line 15 of file Functions.h.
| int time_incrementer[10] |
Increments time value(int)
Definition at line 17 of file Functions.h.
Generated on Thu Jul 14 2022 06:47:19 by
1.7.2