velipso/polybooljs

Failure case

velipso opened this issue · 1 comments

Fails poly1's self-intersection phase

 PolyBool.union(
  [ [[100, 100], [200, 200], [300, 100]], [[200, 100], [300, 200], [400, 100]] ],
  false,
  [ [[50, 50], [200, 50], [300, 300]] ],
  false
)

commit e31ca35