karl 97f8265014 Move geometry structs to own file
Also, the Ray got an unimplemented `intersects_triangle` method, so the kdtree intersection function should be complete.
2020-12-28 16:34:51 +01:00
2020-12-09 13:09:35 +01:00
2020-12-28 12:23:23 +01:00
2020-12-09 13:09:35 +01:00
2020-12-28 16:34:51 +01:00
2020-12-28 16:34:51 +01:00
2020-12-09 13:09:35 +01:00
2020-12-28 13:55:57 +01:00
2020-12-09 13:58:21 +01:00

cpp-template

Instructions

  • Formatting: ./format.sh
  • Building: make
  • Running: ./program.out

Implementation

  • median calculation uses std::nth_element of <algorithm> header
Description
No description provided
Readme 76 KiB
Languages
C++ 96.3%
Shell 2.4%
Makefile 1.3%