]> git.tdb.fi Git - libs/math.git/commit
Move the Knot struct out of Spline
authorMikko Rasa <tdb@tdb.fi>
Tue, 4 Jun 2019 13:37:36 +0000 (16:37 +0300)
committerMikko Rasa <tdb@tdb.fi>
Tue, 4 Jun 2019 13:51:53 +0000 (16:51 +0300)
commit23583f28679d722e7354c1aa9951731e3dc79726
treec6eaab5ec1ff36f5bfd55fbff01ab8060a2f9e4d
parent4b895388d12b160f486c8b49b3296b15eeed7cc2
Move the Knot struct out of Spline

It doesn't depend on the degree of the spline, so this will generate less
different types and make it easier to create splines of different degrees
from the same knots.
source/interpolate/spline.h