Sleeping Wombat Common Library  0.50.0
swCommonLibrary
IInterpolator< KeyType > Member List

This is the complete list of members for IInterpolator< KeyType >, including all inherited members.

IInterpolator()=default (defined in IInterpolator< KeyType >)IInterpolator< KeyType >explicit
Interpolate(TimeType time, Key< KeyType > &left, Key< KeyType > &right)=0IInterpolator< KeyType >pure virtual
LeftTangent(const Key< KeyType > &left, const Key< KeyType > &right) const =0IInterpolator< KeyType >pure virtual
RightTangent(const Key< KeyType > &left, const Key< KeyType > &right) const =0IInterpolator< KeyType >pure virtual
Update(const Key< KeyType > &leftKey, const Key< KeyType > &rightKey, UPtr< const IInterpolator< KeyType > > &leftInterpolator, UPtr< const IInterpolator< KeyType > > &rightInterpolator)=0IInterpolator< KeyType >pure virtual
~IInterpolator()=default (defined in IInterpolator< KeyType >)IInterpolator< KeyType >virtual