Polygon Clipping and Offsetting - C++, C# and Delphi
Run the following Vcpkg command to install the port.
vcpkg install clipper2
The package clipper2 can be imported via CMake FindPkgConfig module:
# Clipper2 find_package(PkgConfig REQUIRED) pkg_check_modules(Clipper2 REQUIRED IMPORTED_TARGET Clipper2) target_link_libraries(main PkgConfig::Clipper2) # Clipper2Z find_package(PkgConfig REQUIRED) pkg_check_modules(Clipper2Z REQUIRED IMPORTED_TARGET Clipper2Z) target_link_libraries(main PkgConfig::Clipper2Z)
v1.3.0#0
Jan 24, 2024
All
AngusJohnson/Clipper21.5K
angusj.com/clipper2
2098770e7b
BSL-1.0
Manifest