I want to smooth some hand draw lines in iphone. I have used the following code in http://webdocs.cs.ualberta.ca/~graphics/books/GraphicsGems/gems/FitCurves.c
However, I found that some bezier curved was wrong, the second control point and end point is invalid. Did anybody have the same problem before? Thanks.