Monthly Archives: September 2014


The ability to render lines as smooth curves is a fairly frequent request.  There are a number of algorithms floating around that use Android's cubicTo(...) and quadTo(...) methods but they all produce a line that overshoots it's control points, sometimes by a lot.  What's needed is a Catmull-Rom spline interpolation […]

Smooth curves and Androidplot