Sleeping Wombat GUI  0.100
swGUI
Classes | Enumerations
IInterpolator.h File Reference
#include "swCommonLib/Common/TypesDefinitions.h"

Go to the source code of this file.

Classes

struct  Key< ValueType >
 Animation key. More...
 
class  IInterpolator< KeyType >
 Base class for interpolators. More...
 
class  DummyInterpolator< KeyType >
 Temporary interpolator for internal use. More...
 

Enumerations

enum  InterpolatorType : int16 { InterpolatorType::Discrete, InterpolatorType::Linear, InterpolatorType::Cosinus, InterpolatorType::Bezier }
 

Detailed Description

Author
nieznanysprawiciel

Enumeration Type Documentation

enum InterpolatorType : int16
strong
Enumerator
Discrete 
Linear 
Cosinus 
Bezier