Getting a list of points from a UIBezierPath

Posted by Alexandre on Stack Overflow See other posts from Stack Overflow or by Alexandre
Published on 2010-06-16T08:39:10Z Indexed on 2010/06/16 8:42 UTC
Read the original article Hit count: 560

Filed under:
|

Hi,

I have a UIBezierPath that I need to take a list of points from.

In Qt there is a function called pointAtPercent that would fit my needs but I can't find anything equivalent in Objective-C.

Any one knows how to do that ?

© Stack Overflow or respective owner

Related posts about objective-c

Related posts about iphone-sdk