Skip to content

Latest commit

 

History

83 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

PolygonClipping

PolygonClipping.jl is a Julia package for polygon clipping. It implements the Greiner-Hormann algorithm for clipping and the Hormann-Agathos algorithm to see if a point is in a polygon.

References

The papers by Günther Greiner, Kai Hormann, and Alexander Agathos served as the basis for this library.

Install

This package is not yet in the Julia package repository. For now, you can call Pkg.clone("https://github.com/sjkelly/PolygonClipping.jl.git") in the Julia REPL.

Build Status

Build Status Coverage Status

This package is developed under the latest development verion of Julia.

License

The PolygonClipping.jl package is licensed under the MIT "Expat" License. See LICENSE.md.

About

A Julia package for polygon clipping.

Resources

Stars

4 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors