HPL3/Amnesia: Rebirth/Scripting/cPidControllerVec3
< HPL3 | Amnesia: Rebirth | Scripting
Jump to navigation
Jump to search
This page has been automatically generated, but it needs descriptions added to the various fields/functions in order to be complete. |
Have some helpful descriptions to add to this class? Edit this page and add your insight to the Wiki!
Contents
Fields
Functions
Return Type | Function And Description |
---|---|
cVector3f | GetLastDerivative() |
cVector3f | GetLastError() |
cVector3f | GetLastIntegral() |
cVector3f | Output(const cVector3f &in avError, float afTimeStep) |
void | Reset() |
void | SetErrorNum(int alErrorNum) |
Details
d
float d
GetLastDerivative
cVector3f GetLastDerivative()
Returns:
- cVector3f—
GetLastError
cVector3f GetLastError()
Returns:
- cVector3f—
GetLastIntegral
cVector3f GetLastIntegral()
Returns:
- cVector3f—
i
float i
Output
cVector3f Output(const cVector3f &in avError,
float afTimeStep)
Parameters
- avError (cVector3f) —
- afTimeStep (float) —
Returns:
- cVector3f—
p
float p
Reset
void Reset()
Returns:
- void
SetErrorNum
void SetErrorNum(int alErrorNum)
Parameters
- alErrorNum (int) —
Returns:
- void