nAngularPFeedbackLoop Class Reference
#include <nangularpfeedbackloop.h>
Detailed Description
A proportional feedback loop with correct angular interpolation.(C) 2004 RadonLabs GmbH
Definition at line 15 of file nangularpfeedbackloop.h.
Public Member Functions | |
| nAngularPFeedbackLoop () | |
| constructor | |
| void | Reset (nTime time, float stepSize, float gain, float curState) |
| reset the time | |
| void | SetGain (float g) |
| set the gain | |
| float | GetGain () const |
| get the gain | |
| void | SetGoal (float c) |
| set the goal | |
| float | GetGoal () const |
| get the goal | |
| void | SetState (float s) |
| set the current state directly | |
| float | GetState () const |
| get the current state the system is in | |
| void | Update (nTime time) |
| update the object, return new state | |
Constructor & Destructor Documentation
|
|
constructor
Definition at line 52 of file nangularpfeedbackloop.h. |
Member Function Documentation
|
||||||||||||||||||||
|
reset the time
Definition at line 67 of file nangularpfeedbackloop.h. |
|
|
set the gain
Definition at line 80 of file nangularpfeedbackloop.h. |
|
|
get the gain
Definition at line 90 of file nangularpfeedbackloop.h. |
|
|
set the goal
Definition at line 100 of file nangularpfeedbackloop.h. |
|
|
get the goal
Definition at line 110 of file nangularpfeedbackloop.h. |
|
|
set the current state directly
Definition at line 120 of file nangularpfeedbackloop.h. |
|
|
get the current state the system is in
Definition at line 130 of file nangularpfeedbackloop.h. |
|
|
update the object, return new state
Definition at line 164 of file nangularpfeedbackloop.h. |
The documentation for this class was generated from the following file: