|
Xonotic
|
#include "animation.qh"
Include dependency graph for easing.qh:
This graph shows which files directly or indirectly include this file:Go to the source code of this file.
Classes | |
| class | Easing |
Functions | |
| float | easingLinear (float, float, float, float) |
| float | easingQuadIn (float, float, float, float) |
| float | easingQuadInOut (float, float, float, float) |
| float | easingQuadOut (float, float, float, float) |
| entity | makeEasing (entity, void(entity, float), float(float, float, float, float), float, float, float, float) |
| entity | makeHostedEasing (entity, void(entity, float), float(float, float, float, float), float, float, float) |
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 | , |
| void(entity, float) | , | ||
| float(float, float, float, float) | , | ||
| float | , | ||
| float | , | ||
| float | , | ||
| float | |||
| ) |
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 | , |
| void(entity, float) | , | ||
| float(float, float, float, float) | , | ||
| float | , | ||
| float | , | ||
| float | |||
| ) |
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: