| 
    KiCad PCB EDA Suite
    
   | 
 
Implements a test cases to test individual implementations classes. More...
#include "raytracing/frustum.h"#include "raytracing/shapes2D/bbox_2d.h"#include "raytracing/shapes2D/filled_circle_2d.h"#include "raytracing/shapes2D/polygon_2d.h"#include "raytracing/shapes2D/round_segment_2d.h"#include "raytracing/shapes3D/bbox_3d.h"#include <wx/debug.h>Go to the source code of this file.
Implements a test cases to test individual implementations classes.
it run only once and only in debug build
Definition in file test_cases.cpp.