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

feat(interpolation): add functions for flexible usage (non-static spline interpolation) #352

Closed

Commits on Feb 7, 2022

  1. implement spline interpolation class with some refactoring

    Signed-off-by: Takayuki Murooka <takayuki5168@gmail.com>
    takayuki5168 committed Feb 7, 2022
    Configuration menu
    Copy the full SHA
    28504f8 View commit details
    Browse the repository at this point in the history
  2. fixed runtime error with template functions

    Signed-off-by: Takayuki Murooka <takayuki5168@gmail.com>
    takayuki5168 committed Feb 7, 2022
    Configuration menu
    Copy the full SHA
    c86840c View commit details
    Browse the repository at this point in the history
  3. fixed runtime error with template functions

    Signed-off-by: Takayuki Murooka <takayuki5168@gmail.com>
    takayuki5168 committed Feb 7, 2022
    Configuration menu
    Copy the full SHA
    75d9b3b View commit details
    Browse the repository at this point in the history
  4. add new tests

    Signed-off-by: Takayuki Murooka <takayuki5168@gmail.com>
    takayuki5168 committed Feb 7, 2022
    Configuration menu
    Copy the full SHA
    f73fe11 View commit details
    Browse the repository at this point in the history

Commits on Feb 8, 2022

  1. just rename function: getAccumulatedDistance -> getAccumulatedLength

    Signed-off-by: Takayuki Murooka <takayuki5168@gmail.com>
    takayuki5168 committed Feb 8, 2022
    Configuration menu
    Copy the full SHA
    e7a88bc View commit details
    Browse the repository at this point in the history
  2. dealt not to extrapolation for spline

    Signed-off-by: Takayuki Murooka <takayuki5168@gmail.com>
    takayuki5168 committed Feb 8, 2022
    Configuration menu
    Copy the full SHA
    0f42e6d View commit details
    Browse the repository at this point in the history