Pyrogenesis HEAD
Pyrogenesis, a RTS Engine
|
This is the complete list of members for CSmoothedValue, including all inherited members.
Add(float value) | CSmoothedValue | inline |
AddSmoothly(float value) | CSmoothedValue | inline |
ClampSmoothly(float min, float max) | CSmoothedValue | inline |
CSmoothedValue(float value, float smoothness, float minDelta) | CSmoothedValue | |
GetSmoothedValue() const | CSmoothedValue | inline |
GetSmoothness() const | CSmoothedValue | inline |
GetValue() const | CSmoothedValue | inline |
m_Current | CSmoothedValue | private |
m_MinDelta | CSmoothedValue | private |
m_Smoothness | CSmoothedValue | private |
m_Target | CSmoothedValue | private |
SetSmoothness(float smoothness) | CSmoothedValue | inline |
SetValue(float value) | CSmoothedValue | inline |
SetValueSmoothly(float value) | CSmoothedValue | inline |
Update(float time) | CSmoothedValue | |
Wrap(float min, float max) | CSmoothedValue |