4 "summary": "The Clipper library primarily performs the boolean clipping operations.",
5 "description": "The Clipper library primarily performs the boolean clipping operations - intersection, union, difference & xor - on 2D polygons. It also performs polygon offsetting.\nThe library handles complex (self-intersecting) polygons, polygons with holes and polygons with overlapping co-linear edges.\nInput polygons for clipping can use EvenOdd, NonZero, Positive and Negative filling modes.\nThe clipping code is based on the Vatti clipping algorithm, and out performs other clipping libraries.\n",
6 "homepage": "http://www.angusj.com/delphi/clipper.php",
8 "type": "Boost Software License",
12 "Angus Johnson": "awj1958@gmail.com"
15 "svn": "http://svn.code.sf.net/p/polyclipping/code",
22 "source_files": "cpp/*.{cpp,hpp}",
24 "HEADER_SEARCH_PATHS": "\"${PODS_ROOT}/clipper/\""