@giorgiolucas I got some work done finally.
Got an algorithm coming along for Beziers of ellipses.
@giorgiolucas That ellipse representation includes the center of the ellipse right? That should make it pretty easy to take sample points for Bezier curves.
I'll go from there. I'm going to write a little interpolant. This should be fun.
@giorgiolucas Yep Beziers are splines. They're just as good.
Sorry. I've been on a 14 hour workday debugging some nasty code.
I'll see if I can write out an approximation of an elliptic with beziers.
@giorgiolucas It might be. The real question will be how to chop up the ellipses into parts which are representable sufficiently accurately as splines.
Ellipses are *like* circles but with smoothly changing radius. So they're not really well fit by circles. Bezier curves or splines can fit the general line case.