ball information for coath/trainer
More...
#include <coach_ball_object.h>
ball information for coath/trainer
◆ inertiaFinalPoint()
Vector2D rcsc::CoachBallObject::inertiaFinalPoint |
( |
| ) |
const |
estimate the finally reached point
- Returns
- estimated ball position
◆ inertiaPoint()
Vector2D rcsc::CoachBallObject::inertiaPoint |
( |
const int |
cycle | ) |
const |
estimate the ball reach point
- Parameters
-
- Returns
- estimated ball position
◆ inertiaTravel()
Vector2D rcsc::CoachBallObject::inertiaTravel |
( |
const int |
step | ) |
const |
estimate the vector of ball movement.
- Parameters
-
- Returns
- estimated ball movement
◆ pos()
const Vector2D & rcsc::CoachBallObject::pos |
( |
| ) |
const |
|
inline |
get global position
- Returns
- const reference value
◆ setValue()
const CoachBallObject & rcsc::CoachBallObject::setValue |
( |
const double |
x, |
|
|
const double |
y, |
|
|
const double |
vx, |
|
|
const double |
vy |
|
) |
| |
|
inline |
set position
- Parameters
-
x | coordinage x |
y | coordinage y |
vx | velocity x |
vy | velocity y |
◆ vel()
const Vector2D & rcsc::CoachBallObject::vel |
( |
| ) |
const |
|
inline |
get global velocity
- Returns
- const reference value
The documentation for this class was generated from the following file: