generated from karl/cpp-template
Also, the Ray got an unimplemented `intersects_triangle` method, so the kdtree intersection function should be complete.
cpp-template
Instructions
- Formatting:
./format.sh
- Building:
make
- Running:
./program.out
Implementation
- median calculation uses
std::nth_element
of<algorithm>
header
Description
Languages
C++
96.3%
Shell
2.4%
Makefile
1.3%