dilevin / computer-graphics-kinematics

Computer Graphics Assignment about Kinematics
3 stars 4 forks source link

Catmull-Rom Tangents #23

Open gabriellemadden opened 4 years ago

gabriellemadden commented 4 years ago

In the lecture slides, the tangents are defined to be computed as:

Screen Shot 2020-03-11 at 1 25 50 AM

Where on the wikipedia page linked form the assignment says:

Screen Shot 2020-03-11 at 1 27 36 AM

I just noticed that the subscripts in the second terms differ from theta_k to theta_k-1, does it matter which keyframes/time subscripts we use or are either of these valid?

dilevin commented 4 years ago

ah my bad, technically wikipedia is correct but if you use either you won't be docked marks.

jritch commented 4 years ago

image

image