/linesweep

Implementation of the Line Sweep algorithm to detect line intersections.

Primary LanguageJava

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