Main Page   Class Hierarchy   Alphabetical List   Compound List   File List   Compound Members   File Members  

PopCorrection Class Reference

#include <correction.h>

Inheritance diagram for PopCorrection:

Correction List of all members.

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

Constructor & Destructor Documentation

PopCorrection::PopCorrection LPoint3f &  start,
LVector3f &  s_vel
 

Definition at line 60 of file correction.cxx.

PopCorrection::~PopCorrection void   )  [virtual]
 

Definition at line 64 of file correction.cxx.

References Correction::_curr_p.


Member Function Documentation

void PopCorrection::force_target LPoint3f &  ,
LVector3f & 
[virtual]
 

Reimplemented from Correction.

Definition at line 74 of file correction.cxx.

LPoint3f Correction::get_pos void   )  const [inherited]
 

Definition at line 48 of file correction.cxx.

References Correction::_curr_v.

LVector3f Correction::get_vel void   )  const [inherited]
 

Definition at line 52 of file correction.cxx.

void PopCorrection::new_target LPoint3f &  ,
LVector3f & 
[virtual]
 

Reimplemented from Correction.

Definition at line 70 of file correction.cxx.

References Correction::_curr_p.

void PopCorrection::step void   )  [virtual]
 

Reimplemented from Correction.

Definition at line 67 of file correction.cxx.


Member Data Documentation

LPoint3f Correction::_curr_p [protected, inherited]
 

Definition at line 30 of file correction.h.

Referenced by Correction::force_target(), new_target(), SplineCorrection::SplineCorrection(), LerpCorrection::~LerpCorrection(), ~PopCorrection(), and SplineCorrection::~SplineCorrection().

LVector3f Correction::_curr_v [protected, inherited]
 

Definition at line 31 of file correction.h.

Referenced by Correction::get_pos(), SplineCorrection::new_target(), SplineCorrection::SplineCorrection(), and SplineCorrection::step().


The documentation for this class was generated from the following files:
Generated on Fri May 2 01:41:06 2003 for Direct by doxygen1.3