I am using C# with MathNet to make a 2d cubic spline that I can draw.
I was able to make a spline, but I couldn’t figure out if there is a function that takes in a “t” value and spits out a point. I am going to get a bunch of points on the curve then connect them with a line if that helps at all.