thelonious / kld-intersections

A library of intersection algorithms covering all SVG shape types
BSD 3-Clause "New" or "Revised" License
342 stars 54 forks source link

Polygon boolean function #1

Closed gagan-bansal closed 10 years ago

gagan-bansal commented 10 years ago

Hi, does this library cover all polygon boolean functions (union, intersection, difference and XOR) ?

thelonious commented 10 years ago

Not at this time. I would like to have those in there, but never found the time to implement those.

On Tuesday, June 10, 2014 at 9:24 PM, Gagan Bansal wrote:

Hi, does this library cover all polygon boolean functions (union, intersection, difference and XOR) ?

— Reply to this email directly or view it on GitHub (https://github.com/thelonious/kld-intersections/issues/1).

gagan-bansal commented 10 years ago

Thanks.