dlib.math.interpolation.catmullrom

Catmull-Rom interpolation functions

Members

Functions

interpCatmullRom
T interpCatmullRom(T p0, T p1, T p2, T p3, float t)

Catmull-Rom curve

interpCatmullRomDerivative
T interpCatmullRomDerivative(T p0, T p1, T p2, T p3, float t)

Catmull-Rom curve derivative

Meta

Authors

Timur Gafarov