I\'m trying to find a way to implement catmull-rom splines on the android platform for the purpose of smoothly drawing a line through n points. Ideally I would be able to adapt
This game development library for Android seems to have Catmull-Rom splines implemented: http://code.google.com/p/libgdx/.
p.s., you tagged Bezier, that's incorrect -- that's the type of curve that uses control points outside the curve which have external influences :)