13 template<
typename ValueType >
19 explicit Key() =
default;
33 template<
typename ValueType >
36 if( first.Time < second.Time - epsilon )
TimeType Time
Definition: Key.h:16
Key(TimeType t, ValueType val)
Definition: Key.h:20
Plik zawiera definicje podstawowych typów zmiennych.
Animation key.
Definition: IInterpolator.h:21
double TimeType
Definition: TypesDefinitions.h:39
ValueType Value
Definition: Key.h:17