I made a spline guide

it's not complete by any means, I just wanted to have a guide for the splines I've implemented in my spline tool c:

there *is* a C2 interpolating spline I've yet to implement - the cubic natural spline, but as a tradeoff in that one you lose local control, so it's a lil wonky

@acegikmo I have been trying to see if C2 interpolating splines may be possible by using nonuniform B-splines. It is very much possible to create it, but if I also want to be able to interactively move the interpolated points, that becomes an issue.