Provides a function to perform a union on 2 triangles. Intended for use with cone-tracing algorithms.
Provides a datastructure for storing triangles based on how far they are from a light source. (Not Implemented Yet)
The datastructure is capable of performing the following queries:
- for a point, get the closest triangle
- get the visible surface area
Building
Create a build directory and setup cmake
mkdir build
cd build
cmake ..
Build code
make
Run tests
./tests