|
Xonotic
|
Include dependency graph for easing.qc:
This graph shows which files directly or indirectly include this file:Go to the source code of this file.
Functions | |
| float | easingLinear (float tickTime, float animDuration, float animStart, float animDelta) |
| float | easingQuadIn (float tickTime, float animDuration, float animStart, float animDelta) |
| float | easingQuadInOut (float tickTime, float animDuration, float animStart, float animDelta) |
| float | easingQuadOut (float tickTime, float animDuration, float animStart, float animDelta) |
| entity | makeEasing (entity obj, void(entity, float) objSetter, float(float, float, float, float) func, float animStartTime, float animDuration, float animStartValue, float animEnd) |
| entity | makeHostedEasing (entity obj, void(entity, float) objSetter, float(float, float, float, float) func, float animDuration, float animStartValue, float animEnd) |
Definition at line 36 of file easing.qc.
Referenced by easingQuadInOut().
Here is the caller graph for this function:Definition at line 48 of file easing.qc.
References easingQuadIn(), and easingQuadOut().
Here is the call graph for this function:Definition at line 42 of file easing.qc.
Referenced by easingQuadInOut(), and Slider_setValue_allowAnim().
Here is the caller graph for this function:| entity makeEasing | ( | entity | obj, |
| void(entity, float) | objSetter, | ||
| float(float, float, float, float) | func, | ||
| float | animStartTime, | ||
| float | animDuration, | ||
| float | animStartValue, | ||
| float | animEnd | ||
| ) |
Definition at line 13 of file easing.qc.
References entity(), METHOD, and NEW.
Referenced by makeHostedEasing(), and makeKeyframe().
Here is the call graph for this function:
Here is the caller graph for this function:| entity makeHostedEasing | ( | entity | obj, |
| void(entity, float) | objSetter, | ||
| float(float, float, float, float) | func, | ||
| float | animDuration, | ||
| float | animStartValue, | ||
| float | animEnd | ||
| ) |
Definition at line 6 of file easing.qc.
References anim, entity(), makeEasing(), and time.
Referenced by Slider_setValue_allowAnim().
Here is the call graph for this function:
Here is the caller graph for this function: