4 Commits

Author SHA1 Message Date
6056640ad4 replaced pragma once with classic defines to omit warnings in gcc 2020-11-29 03:13:39 +01:00
79111d184b Finish Quickhull functionality + basic test
The performance mode, which I'm working on, can now be tested with `make performance && ./performance`.

A very simple test was added, and it works!
2020-11-28 22:21:48 +01:00
d1d170f558 Some work on Quickhull
Also added basic arithmetic to Point, and a class for a Line
2020-11-28 20:47:52 +01:00
a0db48c85f added custom point class for prototyping 2020-11-18 18:01:43 +01:00