15 lines
342 B
Markdown
15 lines
342 B
Markdown
# quickhull
|
|
|
|
## TODO:
|
|
|
|
- Point class
|
|
|
|
- adding "features" such as "IsInTriangle", ... ?
|
|
|
|
- direct member access instead of getters?
|
|
|
|
## 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.
|