![]() |
DDraceNetwork Documentation
|
#include <smooth_value.h>
Private Member Functions | |
| float | ZoomProgress (float CurrentTime) const |
Private Attributes | |
| bool | m_Smoothing |
| float | m_Value |
| CCubicBezier | m_ValueSmoothing |
| float | m_ValueSmoothingTarget |
| float | m_ValueSmoothingStart |
| float | m_ValueSmoothingEnd |
| float | m_MinValue |
| float | m_MaxValue |
A value that is changed smoothly over time.
| float CSmoothValue::GetMaxValue | ( | ) | const |
| float CSmoothValue::GetMinValue | ( | ) | const |
| float CSmoothValue::GetValue | ( | ) | const |
Set the value to the target instantly. If the value was changing the target will be discarded.
| bool CSmoothValue::UpdateValue | ( | ) |
|
private |
|
private |
|
private |
|
private |
|
private |
|
private |
|
private |
|
private |