13 Commits

Author SHA1 Message Date
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
cb4d223780 Add outline for Quickhull algorithm
Mostly comments for now
2020-11-23 22:57:30 +01:00
548f0733ee Add Display to Makefile
Didn't compile without it (undefined reference in linker)
2020-11-19 15:39:30 +01:00
cde73ff4c1 added TODO list; drawing points 2020-11-19 09:46:02 +01:00
e16e3d588e moved Rendering to Display class; creating random points 2020-11-18 18:02:19 +01:00
34bca9a567 moved Rendering to Display class 2020-11-18 18:01:57 +01:00
a0db48c85f added custom point class for prototyping 2020-11-18 18:01:43 +01:00
ff12edcdbe ignoring executable 2020-11-18 15:33:47 +01:00
ef177f3aee added EPR timing class 2020-11-18 15:33:26 +01:00
e527de08f9 simple test project setup for SFML 2020-11-18 15:33:12 +01:00
acb6e0524a added task for better traceability 2020-11-18 15:32:46 +01:00
a1e5a7d95a ignoring windows specific build environment 2020-11-18 15:32:01 +01:00
2eade6e46b Initial commit 2020-11-17 12:39:20 +01:00