Blender
V3.3
|
#include "testing/testing.h"
#include <algorithm>
#include <fstream>
#include <iostream>
#include "PIL_time.h"
#include "BLI_array.hh"
#include "BLI_math_mpq.hh"
#include "BLI_math_vec_mpq_types.hh"
#include "BLI_mesh_intersect.hh"
#include "BLI_task.h"
#include "BLI_vector.hh"
Go to the source code of this file.
Macros | |
#define | DO_REGULAR_TESTS 1 |
#define | DO_PERF_TESTS 0 |
#define DO_PERF_TESTS 0 |
Definition at line 19 of file BLI_mesh_intersect_test.cc.
#define DO_REGULAR_TESTS 1 |
Definition at line 18 of file BLI_mesh_intersect_test.cc.