Go to file
hasufell 0379463db4 DIAGRAM: fix drawing for negative coordinates
Applying the filter function too late seemed to cause
glitches in convexHStepsLs for negative coordinates.
We should only pass the filtered list of points to
the graham scan.
2014-10-14 10:56:06 +02:00
Algebra ALGO: refactor 2014-10-13 22:06:12 +02:00
Algorithms/ConvexHull ALGO: improve style 2014-10-13 22:30:19 +02:00
CLI Restructure modules 2014-10-10 17:40:08 +02:00
GUI GUI: don't show error dialogs if there hasn't been any file chosen 2014-10-12 20:00:42 +02:00
Graphics/Diagram DIAGRAM: fix drawing for negative coordinates 2014-10-14 10:56:06 +02:00
Parser Move the function 'first' from Parser to MyPrelude 2014-10-12 01:57:20 +02:00
System/FileSystem Restructure modules 2014-10-10 17:40:08 +02:00
.gitignore Update .gitignore 2014-10-10 17:53:17 +02:00
.hscolour Add hscolour 2014-10-01 20:14:44 +02:00
CG2.cabal CABAL: rm unnecessary dependency from Gtk executable 2014-10-10 18:02:26 +02:00
GifMain.hs Restructure modules 2014-10-10 17:40:08 +02:00
GtkMain.hs Restructure modules 2014-10-10 17:40:08 +02:00
LICENSE Add GPL-2 LICENSE file 2014-10-01 20:15:00 +02:00
MyPrelude.hs PRELUDE: add if' function to simplify if-then-else 2014-10-13 22:30:57 +02:00
PerformanceTest.hs Add a simple performance test with a big obj file 2014-10-13 22:35:01 +02:00
Spacestation.obj Add a simple performance test with a big obj file 2014-10-13 22:35:01 +02:00
Test.obj Add another test file 2014-10-13 23:01:37 +02:00
UB1_einfach.obj Add obj test files 2014-10-08 16:35:35 +02:00
UB1_sonderfaelle.obj Add obj test files 2014-10-08 16:35:35 +02:00
collinar.obj Add collinear.obj 2014-10-09 17:02:29 +02:00
test.obj Add test mesh 2014-10-01 01:19:30 +02:00