missing interface in header file
This commit is contained in:
parent
f6f789cc2e
commit
041a1236c0
1 changed files with 1 additions and 0 deletions
1
Ball.hpp
1
Ball.hpp
|
@ -30,6 +30,7 @@ class Ball {
|
|||
double A, B, U, T; // Coefficients for the physical model.
|
||||
double v_x, v_z;
|
||||
void _compute_pos(double dt);
|
||||
void _compute_parameters();
|
||||
void _compute_v_x(Point normal);
|
||||
void _compute_v_z(Point normal);
|
||||
void _compute_A_n();
|
||||
|
|
Loading…
Reference in a new issue