https://github.com/wheelerlaw/convex-hull
Convex hull algorithms in C. Jarvis march and quickhull.
https://github.com/wheelerlaw/convex-hull
Last synced: 3 days ago
JSON representation
Convex hull algorithms in C. Jarvis march and quickhull.
- Host: GitHub
- URL: https://github.com/wheelerlaw/convex-hull
- Owner: wheelerlaw
- Created: 2014-10-10T03:06:45.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2014-10-10T03:15:26.000Z (over 10 years ago)
- Last Synced: 2025-03-25T08:35:45.795Z (3 months ago)
- Language: C
- Homepage:
- Size: 102 KB
- Stars: 0
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.txt
Awesome Lists containing this project
README
This is a small program that I created as a small personal excersize on the
different types of convex hull algorithms. Convex hull algorithms are very
interesting because they play a huge role in pathing algorithms, something
that autonymous vehicles will depend on.To compile these programs, you must be using gcc 4.6.3 or something around
there. This program depends on the posix I/O library, so it must be compiled
on in a Linux environment or something compatible. To compile the program,
you could enter in the manual gcc commands, or you could just use the provided
make file.