Skip to content

helenchg/PolygonClipping.jl

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

83 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

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

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published