Pyrogenesis  trunk
CSmoothedValue Member List

This is the complete list of members for CSmoothedValue, including all inherited members.

Add(float value)CSmoothedValueinline
AddSmoothly(float value)CSmoothedValueinline
ClampSmoothly(float min, float max)CSmoothedValueinline
CSmoothedValue(float value, float smoothness, float minDelta)CSmoothedValue
GetSmoothedValue() constCSmoothedValueinline
GetSmoothness() constCSmoothedValueinline
GetValue() constCSmoothedValueinline
m_CurrentCSmoothedValueprivate
m_MinDeltaCSmoothedValueprivate
m_SmoothnessCSmoothedValueprivate
m_TargetCSmoothedValueprivate
SetSmoothness(float smoothness)CSmoothedValueinline
SetValue(float value)CSmoothedValueinline
SetValueSmoothly(float value)CSmoothedValueinline
Update(float time)CSmoothedValue
Wrap(float min, float max)CSmoothedValue