02-04-2016, 04:33 AM
Today I started implementing cardinal splines ... by porting some python to Erlang. Cardinal splines track through points to make a somewhat smooth curve. There is a chance it would make a cool stand-in basis function for HANDLES. We shall see. I guess the proof will be in the eating of the pudding.
The tubes I have to date are "Control point" based and the points used to make the curve are "off curve" and only near curve if the control points are dense. So ... cardinal splines are new and interesting. I think thet are less awesome than say Catmull ROM. Need to try more spline applets.
The tubes I have to date are "Control point" based and the points used to make the curve are "off curve" and only near curve if the control points are dense. So ... cardinal splines are new and interesting. I think thet are less awesome than say Catmull ROM. Need to try more spline applets.