Skip to content
Snippets Groups Projects
Commit 24f2ca55 authored by Brandon Lai-Cheong's avatar Brandon Lai-Cheong
Browse files

Update README.md

parent 81167391
No related branches found
No related tags found
No related merge requests found
...@@ -6,3 +6,13 @@ Provides a datastructure for storing triangles based on how far they are from a ...@@ -6,3 +6,13 @@ Provides a datastructure for storing triangles based on how far they are from a
The datastructure is capable of performing the following queries: The datastructure is capable of performing the following queries:
1. for a point, get the closest triangle 1. for a point, get the closest triangle
2. get the visible surface area 2. get the visible surface area
## Building
```
mkdir build
cd build
cmake ..
make
./tests
```
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment