Skip to content

scemino/clipper2

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Clipper2

Nim bindings for Clipper2: A Polygon Clipping and Offsetting library from Angus Johnson.

Documentation

Extensive HTML documentation

Examples

var subject, clip: Paths64
subject.add MakePath("100, 50, 10, 79, 65, 2, 65, 98, 10, 21")
clip.add MakePath("98, 63, 4, 68, 77, 8, 52, 100, 19, 12")
let solution = Intersect(subject, clip, frNonZero)

clipperB

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Packages

No packages published