karansher / computer-graphics-kinematics

Computer Graphics Assignment about Kinematics
0 stars 0 forks source link

Which formula for catmull-rom tangents #1

Open MurraySmith27 opened 1 year ago

MurraySmith27 commented 1 year ago

For our catmull rom interpolation, I've found two methods that work for computing tangents. One from the slides:

image

and one from wikipedia:

image

which of these should we use?

talicopanda commented 1 year ago

I had the same question, but I was instead considering using the centripetal Catmull-Rom implementation linked on the article for the extra desired properties. Does it matter if we do one way or the other?