Hermite插值

位置html

(2t³ - 3t² + 1) * p0 + (t³ - 2t² + t) * m0 + (-2t³ + 3t²) * p1 + (t³ - t²) * m1orm

切線htm

p'(t) = (6t² - 6t)p0 + (3t² - 4t + 1)m0 + (-6t² + 6t)p1 + (3t² - 2t)m1blog

 

https://gamedev.stackexchange.com/questions/77944/how-can-i-find-the-tangent-and-normal-at-an-interpolated-point-on-a-catmull-romget

http://www.cnblogs.com/jqm304775992/p/5044728.htmlio

相關文章
相關標籤/搜索