Browse Source

Animation: make the easing functions searchable with just "easing" also.

It worked like that before, but no more after turning the namespace into
a struct templated for floats and doubles.
pull/168/head
Vladimír Vondruš 2 years ago
parent
commit
1cb3f3872e
  1. 2
      src/Magnum/Animation/Easing.h

2
src/Magnum/Animation/Easing.h

@ -39,7 +39,7 @@ namespace Magnum { namespace Animation {
@brief Easing functions
@m_since_latest
@m_keywords{Tweening Inbetweening}
@m_keywords{Easing Tweening Inbetweening}
A collection of predefined [easing / tweening](https://en.wikipedia.org/wiki/Inbetweening)
functions for adding life to animation interpolation. Meant to be used through

Loading…
Cancel
Save