xiaodaxia-2008 / QuinticSpline

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

QuinticSpline

Problem statement

Given a set of k-dimensional knots in

and a set of intrinsic coordinates

we compute a piecewise quintic function (i.e. a quintic spline)

where each spline segment is in the form of a fifth-degree polynomial,

over interval such that not only the resulting quintic spline goes through all knots,

but also enforces continuity up to the fourth order,

Features

  1. Re-parametrize spline intrinsic coordinates according to arc length
  2. Support sampling of non-knot points along spline curve
  3. Can impose 1st and 2nd order boundary condition at both ends

About


Languages

Language:Jupyter Notebook 42.8%Language:C++ 25.2%Language:Makefile 11.5%Language:C 10.4%Language:CMake 9.9%Language:Mathematica 0.2%