alecjacobson / computer-graphics-kinematics

Computer Graphics Assignment about Kinematics
94 stars 32 forks source link

About Catmull-Rom-Interpolation #14

Closed Xeroken closed 6 years ago

Xeroken commented 6 years ago

I've read the Catmull-Rom-Interpolation page given in the assignment, but what are we supposed to do when calculating the tangents involving an interval having an endpoint within the data?

Panmani commented 6 years ago

Yeah, have the same problem here. How to calculate the tangent for the endpoints?

cheshmi commented 6 years ago

Those values should not be very important. However, there are different ways to set it to a certain value. You can search to find some of these assumptions.