Skip to content

Conversation

jodle001
Copy link

  • In TensionSpline::derivative and TensionSpline::dderivative I created an overloaded function that takes in a starting index and outputs the last index.

If there are many points in your spline, this improves performance greatly, assuming you know where to start your index.

Without this we were seeing large time increases as the spline length increased.

Jacob Odle and others added 5 commits January 20, 2023 16:06
* In TensionSpline::derivative and TensionSpline::dderivative I created an overloaded function that takes in a starting index and outputs the last index.

If there are many points in your spline, this improves performance greatly, assuming you know where to start your index.

Without this we were seeing large time increases as the spline length increased.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant