missing interface in header file

This commit is contained in:
Rémi Oudin 2018-02-13 21:06:44 +01:00
parent f6f789cc2e
commit 041a1236c0
1 changed files with 1 additions and 0 deletions

View File

@ -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();