1
Vote

I would like to draw arcs

description

I would like the ability in this library to draw arcs. Bresenham arc-drawing algorithms exist. See here:
 
http://en.wikipedia.org/wiki/Midpoint_circle_algorithm
 
By arc, I mean a partial circle -- something with constructors very similar to the ArcSegment class in WPF. See here:
 
http://msdn.microsoft.com/en-us/library/ms589437.aspx
 
Thanks for your time.

comments

brantheman wrote Sep 20, 2012 at 1:12 PM

The papers and code on this site show how to approximate an arc with Bezier curves:

http://www.spaceroots.org/downloads.html

I think it's a workable approach.

teichgraf wrote Jan 3 at 5:42 PM

Unfortunately we lack time for this, but we are always open to contributions.