15#include <AUI/Render/IRenderer.h>
17#include "AUI/Util/AAngleRadians.h"
Strong type used to store angle in radians.
Definition: AAngleRadians.h:42
Definition: AAnimator.h:26
virtual void doAnimation(AView *view, float theta, IRenderer &render)
Does the animation (sets matrix, colors, etc...)
Definition: AAnimator.h:45
Definition: ARotationAnimator.h:19
Base class of all UI objects.
Definition: AView.h:77
Base class for rendering.
Definition: IRenderer.h:149