IntersectionTest struct
#include <src/tests/intersection_test.cpp>
A class to test the results of a ray-surface intersection.
Base classes
- struct Test
- Base class for unit tests in Darts.
Public functions
- void run() override
- Run the actual test.
Function documentation
void IntersectionTest:: run() override
Run the actual test.
This is where all the work happens. Derived classes should override this function.