Sleeping Wombat GUI
0.100
swGUI
|
This is the complete list of members for IInterpolator< KeyType >, including all inherited members.
IInterpolator()=default | IInterpolator< KeyType > | explicit |
Interpolate(TimeType time, Key< KeyType > &left, Key< KeyType > &right)=0 | IInterpolator< KeyType > | pure virtual |
LeftTangent(const Key< KeyType > &left, const Key< KeyType > &right) const =0 | IInterpolator< KeyType > | pure virtual |
RightTangent(const Key< KeyType > &left, const Key< KeyType > &right) const =0 | IInterpolator< KeyType > | pure virtual |
Update(const Key< KeyType > &leftKey, const Key< KeyType > &rightKey, UPtr< const IInterpolator< KeyType > > &leftInterpolator, UPtr< const IInterpolator< KeyType > > &rightInterpolator)=0 | IInterpolator< KeyType > | pure virtual |
~IInterpolator()=default | IInterpolator< KeyType > | virtual |