Categories
Fade2D Examples

Practical Boolean Operations on Polygons with Holes – Example 6

Boolean operations on Polygons with Holes can be difficult to implement. Thus the present example examples_2D/ex6_booleanOps2.cpp consists of ready-made C++ source code that handles arbitrary shapes (convex or non-convex, with or without holes). So feel free to use it in your project. You might also want to check the previous Example5. For example, it demonstrates…Continue readingPractical Boolean Operations on Polygons with Holes – Example 6