Skip to content
This repository was archived by the owner on Dec 29, 2021. It is now read-only.

scivision/lineclipping-julia

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 

Line clipping in Julia

lineClipping.jl Cohen-Sutherland line clipping algorithm for Julia. Input scalars, output intersection length, or nothing if no intersection.

cohensutherland(xmin, ymax, xmax, ymin, x1, y1, x2, y2)

Python / Fortran

For Python or Fortran line clipping, see https://github.com/scivision/lineclipping-python-fortran

About

Line Clipping algorithms in Julia

Resources

License

Code of conduct

Contributing

Stars

Watchers

Forks

Releases

No releases published

Sponsor this project

  •  

Packages

No packages published

Languages