#include <BallModel.h>
Inheritance diagram for PropagatedBallPosition:
Public Member Functions | |
PropagatedBallPosition () | |
Constructor. | |
Vector2< double > | getPropagatedPosition (long time) const |
Vector2< double > | getPropagatedSpeed (long time) const |
Public Attributes | |
Vector2< double > | speed |
The speed of the ball estimated from propagations and last speed. | |
long | timeOfObservation |
Vector2< double > | positionWhenLastObserved |
Vector2< double > | observedSpeed |
Definition at line 79 of file BallModel.h.
|
Constructor.
Definition at line 38 of file BallModel.cpp. References observedSpeed, positionWhenLastObserved, timeOfObservation, Vector2< double >::x, and Vector2< double >::y. |
|
Definition at line 52 of file BallModel.cpp. References positionWhenLastObserved. |
|
Definition at line 58 of file BallModel.cpp. |
|
The speed of the ball estimated from propagations and last speed.
Definition at line 86 of file BallModel.h. |
|
Definition at line 91 of file BallModel.h. Referenced by GT2004BallLocator::handleSeenBall(), GT2004BallLocator::handleUnseenBall(), and PropagatedBallPosition(). |
|
Definition at line 92 of file BallModel.h. Referenced by getPropagatedPosition(), GT2004BallLocator::handleSeenBall(), GT2004BallLocator::handleUnseenBall(), and PropagatedBallPosition(). |
|
Definition at line 93 of file BallModel.h. Referenced by GT2004BallLocator::handleSeenBall(), GT2004BallLocator::handleUnseenBall(), and PropagatedBallPosition(). |