Line smoothing in Cocoa Touch

Posted by Sam Kaplan on Stack Overflow See other posts from Stack Overflow or by Sam Kaplan
Published on 2010-04-17T03:15:20Z Indexed on 2010/04/17 3:23 UTC
Read the original article Hit count: 382

Filed under:
|
|
|

How would I smooth a line (UIBeizerPath) or a set of points? Right now it draws it jagged. I read about spline interpolation, could anyone point me to an implementation of this in cocoa or C or give me an alternate line smoothing algorithm.

© Stack Overflow or respective owner

Related posts about cocoa-touch

Related posts about uikit