]> git.tdb.fi Git - libs/math.git/history - source/interpolate
Rename AffineTransformation to AffineTransform
[libs/math.git] / source / interpolate /
2019-06-07 Mikko RasaAdd a bezier spline type
2019-06-06 Mikko RasaRemove a stray include
2019-06-05 Mikko RasaAdd a simple linearly interpolated "spline"
2019-06-05 Mikko RasaFix a missing return in assignment operator
2019-06-05 Mikko RasaMove a #include to where it's actually used
2019-06-04 Mikko RasaMove the Knot struct out of Spline
2019-06-02 Mikko RasaAdd an interpolation sub-library