views:

27

answers:

0

I have a library that draws regular bezier path figures (complex paths formed of a lot of bezier points), using midpoint approximation.

I can draw them without problem, but I need to add support for advanced geometry operations: Nearest point of a curve, intersection, figure contains point, and more importantly, path combinations: difference, intersection, exclusive-or, union, ...

Is there any good source to get all this?

Thanks