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