Sleeping Wombat GUI  0.100
swGUI
LinearInterpolator< KeyType > Member List

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

IInterpolator()=defaultIInterpolator< KeyType >explicit
Interpolate(TimeType time, Key< KeyType > &left, Key< KeyType > &right) overrideLinearInterpolator< KeyType >inlinevirtual
LeftTangent(const Key< KeyType > &left, const Key< KeyType > &right) const overrideLinearInterpolator< KeyType >inlinevirtual
LinearInterpolator()=defaultLinearInterpolator< KeyType >explicit
LinearInterpolator(const Key< KeyType > &leftKey, const Key< KeyType > &rightKey, UPtr< const IInterpolator< KeyType > > &leftInterpolator, UPtr< const IInterpolator< KeyType > > &rightInterpolator)LinearInterpolator< KeyType >explicit
RightTangent(const Key< KeyType > &left, const Key< KeyType > &right) const overrideLinearInterpolator< KeyType >inlinevirtual
Tangent(const Key< KeyType > &left, const Key< KeyType > &right) const LinearInterpolator< KeyType >inlineprotected
Update(const Key< KeyType > &leftKey, const Key< KeyType > &rightKey, UPtr< const IInterpolator< KeyType > > &leftInterpolator, UPtr< const IInterpolator< KeyType > > &rightInterpolator) overrideLinearInterpolator< KeyType >inlinevirtual
~IInterpolator()=defaultIInterpolator< KeyType >virtual
~LinearInterpolator()=defaultLinearInterpolator< KeyType >