Skip to content

skyrpex/QxClipper

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

QxClipper

Clipper wrapper class for Qt.

How to use

  1. Run and build QxClipper.pro.
  2. Include QxClipper.pri to your project file.

Repository

You can get the current development version from the git repository.

About Clipper

The Clipper library primarily performs the boolean clipping operations - intersection, union, difference & xor - on 2D polygons. It also performs polygon offsetting. The library handles complex (self-intersecting) polygons, polygons with holes and polygons with overlapping co-linear edges. Input polygons for clipping can use EvenOdd, NonZero, Positive and Negative filling modes. The clipping code is based on the Vatti clipping algorithm, and out performs other clipping libraries.

About

Clipper wrapper class for Qt

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages