How could I make geometry advanced operations on bezier paths?
Posted
by yizzreel
on Stack Overflow
See other posts from Stack Overflow
or by yizzreel
Published on 2010-03-20T11:57:38Z
Indexed on
2010/03/20
12:01 UTC
Read the original article
Hit count: 355
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
© Stack Overflow or respective owner