ibanner56 / linesweep

Implementation of the Line Sweep algorithm to detect line intersections.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

To compile, simply run "javac *.java"
Usage: java LineSweep <filename>
Will output list of calculated intersection points to the file "intersects.out"

About

Implementation of the Line Sweep algorithm to detect line intersections.


Languages

Language:Java 100.0%