Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

add curve utilities to create curves interpolating/easing between two values #14788

Merged
merged 32 commits into from
Oct 2, 2024

Commits on Aug 29, 2024

  1. Configuration menu
    Copy the full SHA
    c24bbee View commit details
    Browse the repository at this point in the history
  2. add tests

    RobWalt committed Aug 29, 2024
    Configuration menu
    Copy the full SHA
    25af2d6 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    97aee65 View commit details
    Browse the repository at this point in the history
  4. use better float ops

    RobWalt committed Aug 29, 2024
    Configuration menu
    Copy the full SHA
    ef7828e View commit details
    Browse the repository at this point in the history
  5. specify more types explicitly

    RobWalt committed Aug 29, 2024
    Configuration menu
    Copy the full SHA
    c8e4f44 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    6c86778 View commit details
    Browse the repository at this point in the history
  7. review: improve step curve

    RobWalt committed Aug 29, 2024
    Configuration menu
    Copy the full SHA
    e4e82e7 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    b71ad70 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    037a8ce View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    f5f1a8e View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    612974e View commit details
    Browse the repository at this point in the history
  12. minor cleanup

    RobWalt committed Aug 29, 2024
    Configuration menu
    Copy the full SHA
    049605e View commit details
    Browse the repository at this point in the history
  13. split up tests

    RobWalt committed Aug 29, 2024
    Configuration menu
    Copy the full SHA
    b2dd8d5 View commit details
    Browse the repository at this point in the history
  14. improve step curve docs

    RobWalt committed Aug 29, 2024
    Configuration menu
    Copy the full SHA
    8889c19 View commit details
    Browse the repository at this point in the history
  15. fix docs

    RobWalt committed Aug 29, 2024
    Configuration menu
    Copy the full SHA
    1456517 View commit details
    Browse the repository at this point in the history
  16. apply review suggestions

    Co-Authored-By: eckz <567737+eckz@users.noreply.github.com>
    RobWalt and eckz committed Aug 29, 2024
    Configuration menu
    Copy the full SHA
    d13aad6 View commit details
    Browse the repository at this point in the history
  17. fix tests

    RobWalt committed Aug 29, 2024
    Configuration menu
    Copy the full SHA
    7bc324e View commit details
    Browse the repository at this point in the history
  18. fix bezier curve as suggested in review

    Co-authored-by: eckz <567737+eckz@users.noreply.github.com>
    RobWalt and eckz committed Aug 29, 2024
    Configuration menu
    Copy the full SHA
    5eebd41 View commit details
    Browse the repository at this point in the history
  19. Configuration menu
    Copy the full SHA
    49f5945 View commit details
    Browse the repository at this point in the history
  20. Configuration menu
    Copy the full SHA
    7500ee5 View commit details
    Browse the repository at this point in the history
  21. Configuration menu
    Copy the full SHA
    db986d0 View commit details
    Browse the repository at this point in the history
  22. fix docs

    RobWalt committed Aug 29, 2024
    Configuration menu
    Copy the full SHA
    e9cf15d View commit details
    Browse the repository at this point in the history
  23. remove duplicate constant

    RobWalt committed Aug 29, 2024
    Configuration menu
    Copy the full SHA
    ef3f6bf View commit details
    Browse the repository at this point in the history
  24. fix warning after rebase

    RobWalt committed Aug 29, 2024
    Configuration menu
    Copy the full SHA
    fcf5566 View commit details
    Browse the repository at this point in the history

Commits on Sep 1, 2024

  1. make sure EasingCurve has unit interval domain

    Co-Authored-By: Miles Silberling-Cook <NthTensor@users.noreply.github.com>
    RobWalt and NthTensor committed Sep 1, 2024
    Configuration menu
    Copy the full SHA
    3f9908f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d367270 View commit details
    Browse the repository at this point in the history

Commits on Sep 4, 2024

  1. Configuration menu
    Copy the full SHA
    b9b89fc View commit details
    Browse the repository at this point in the history

Commits on Sep 12, 2024

  1. fix docs

    RobWalt committed Sep 12, 2024
    Configuration menu
    Copy the full SHA
    0e09b79 View commit details
    Browse the repository at this point in the history

Commits on Oct 1, 2024

  1. Configuration menu
    Copy the full SHA
    45c3904 View commit details
    Browse the repository at this point in the history
  2. std -> core

    RobWalt committed Oct 1, 2024
    Configuration menu
    Copy the full SHA
    7f7e2b3 View commit details
    Browse the repository at this point in the history
  3. Apply nit

    Co-authored-by: Matty <weatherleymatthew@gmail.com>
    alice-i-cecile and mweatherley authored Oct 1, 2024
    Configuration menu
    Copy the full SHA
    65b48dd View commit details
    Browse the repository at this point in the history

Commits on Oct 2, 2024

  1. implement review suggestions

    Co-authored-by: Matty <weatherleymatthew@gmail.com>
    RobWalt and mweatherley committed Oct 2, 2024
    Configuration menu
    Copy the full SHA
    2c05fdc View commit details
    Browse the repository at this point in the history