2020-11-17 12:39:20 +01:00
|
|
|
# quickhull
|
|
|
|
|
2020-11-26 22:17:36 +01:00
|
|
|
## TODO:
|
|
|
|
|
|
|
|
- Point class
|
|
|
|
|
|
|
|
- adding "features" such as "IsInTriangle", ... ?
|
|
|
|
|
|
|
|
- direct member access instead of getters?
|
|
|
|
|
2020-11-28 22:50:01 +01:00
|
|
|
## dependencies
|
|
|
|
|
|
|
|
for the visual graphic display SFML is needed (https://www.sfml-dev.org/download/sfml/2.5.1/) if you want to compile the program on your own,
|
|
|
|
the deployed release uses static linkage.
|