13 template<
typename ValueType >
19 explicit Key() =
default;
20 explicit Key( TimeType t, ValueType val )
28 const static TimeType epsilon = TimeType( 0.00001 );
33 template<
typename ValueType >
34 bool operator<( const Key< ValueType >& first,
const Key< ValueType >& second )
36 if( first.Time < second.Time - epsilon )
Plik zawiera definicje podstawowych typów zmiennych.
Animation key.
Definition: IInterpolator.h:21