This is my first go with discourse, so I hope I am using this correctly. If not feel free to re-file this post.
I have a series of points on a path [(x1,y1,z1)…(xN,yN,zN)] and a function at the points [f1,…,fN] which is point-wise increasing but not necessarily by a fixed amount. I need to evaluate the path position and orientation at arbitrary values of f.
My first guess is that vtkParametricSpline is the way to go, but can this compute the orientation as well as the position? Or is there another tool I should be thinking about?