#include <prediction.h>
Inheritance diagram for LinearPrediction:
Public Member Functions | |
LinearPrediction (LPoint3f &) | |
virtual | ~LinearPrediction (void) |
virtual void | step (void) |
virtual void | new_telemetry (LPoint3f &) |
virtual void | force_telemetry (LPoint3f &) |
LPoint3f | get_pos (void) const |
LVector3f | get_vel (void) const |
Protected Attributes | |
LPoint3f | _curr_p |
LVector3f | _curr_v |
|
Definition at line 74 of file prediction.cxx. |
|
Definition at line 77 of file prediction.cxx. |
|
Reimplemented from Prediction. Definition at line 86 of file prediction.cxx. |
|
Definition at line 39 of file prediction.cxx. References Prediction::_curr_v. |
|
Definition at line 43 of file prediction.cxx. |
|
Reimplemented from Prediction. Definition at line 83 of file prediction.cxx. |
|
Reimplemented from Prediction. Definition at line 80 of file prediction.cxx. |
|
Definition at line 30 of file prediction.h. Referenced by Prediction::force_telemetry(), NullPrediction::new_telemetry(), NullPrediction::step(), and NullPrediction::~NullPrediction(). |
|
Definition at line 31 of file prediction.h. Referenced by Prediction::get_pos(), NullPrediction::new_telemetry(), and NullPrediction::~NullPrediction(). |