HermiteSpline
Hermite spline
Install / Use
/learn @tk-yoshimura/HermiteSplineREADME
HermiteSpline
Hermite Spline is a piecewise interpolation function that determines the interpolation polynomial using the values of the support points at both ends of the interval and the derivative as constraints. Unlike the B-spline, it always passes through the support point. Depending on the rule that determines the derivative at the support point, there are different properties such as monotonicity and overshoot. It is necessary to use these rules for different purposes.
Cubic Hermite Spline
The segmented polynomial of a cubic hermite spline is defined by the following equation.
These are the constraints that must be met.
From this matrix representation, the coefficients of the hermite basis functions can be obtained.
Quintic Hermite Spline
In the same way, we can find the Hermite spline of the fifth order. To use this, we also need the second derivative at the support point.
Higher-Order Hermite Spline
Even higher-order Hermite splines can be defined. However, these are rarely used.
Septic
Nonic
Related Skills
node-connect
338.7kDiagnose OpenClaw node connection and pairing failures for Android, iOS, and macOS companion apps
frontend-design
83.6kCreate distinctive, production-grade frontend interfaces with high design quality. Use this skill when the user asks to build web components, pages, or applications. Generates creative, polished code that avoids generic AI aesthetics.
openai-whisper-api
338.7kTranscribe audio via OpenAI Audio Transcriptions API (Whisper).
commit-push-pr
83.6kCommit, push, and open a PR
