#include <correction.h>
Inheritance diagram for PopCorrection:

Public Member Functions | |
| PopCorrection (LPoint3f &, LVector3f &) | |
| virtual | ~PopCorrection (void) |
| virtual void | step (void) |
| virtual void | new_target (LPoint3f &, LVector3f &) |
| virtual void | force_target (LPoint3f &, LVector3f &) |
| LPoint3f | get_pos (void) const |
| LVector3f | get_vel (void) const |
Protected Attributes | |
| LPoint3f | _curr_p |
| LVector3f | _curr_v |
|
||||||||||||
|
Definition at line 60 of file correction.cxx. |
|
|
Definition at line 64 of file correction.cxx. References Correction::_curr_p. |
|
||||||||||||
|
Reimplemented from Correction. Definition at line 74 of file correction.cxx. |
|
|
Definition at line 48 of file correction.cxx. References Correction::_curr_v. |
|
|
Definition at line 52 of file correction.cxx. |
|
||||||||||||
|
Reimplemented from Correction. Definition at line 70 of file correction.cxx. References Correction::_curr_p. |
|
|
Reimplemented from Correction. Definition at line 67 of file correction.cxx. |
|
|
Definition at line 30 of file correction.h. Referenced by Correction::force_target(), new_target(), SplineCorrection::SplineCorrection(), LerpCorrection::~LerpCorrection(), ~PopCorrection(), and SplineCorrection::~SplineCorrection(). |
|
|
Definition at line 31 of file correction.h. Referenced by Correction::get_pos(), SplineCorrection::new_target(), SplineCorrection::SplineCorrection(), and SplineCorrection::step(). |
1.3