|
Blender
V3.3
|
#include "testing/testing.h"#include "MEM_guardedalloc.h"#include "BLI_math.h"#include "BLI_rand.h"#include "PIL_time.h"#include <fstream>#include <iostream>#include <sstream>#include <type_traits>#include "BLI_array.hh"#include "BLI_math_boolean.hh"#include "BLI_math_mpq.hh"#include "BLI_math_vec_mpq_types.hh"#include "BLI_vector.hh"#include "BLI_delaunay_2d.h"Go to the source code of this file.
Macros | |
| #define | DO_CPP_TESTS 1 |
| #define | DO_C_TESTS 1 |
| #define | DO_TEXT_TESTS 0 |
| #define | DO_RANDOM_TESTS 0 |
| #define | SX(x) ((math_to_double(x) - minx) * scale) |
| #define | SY(y) ((maxy - math_to_double(y)) * scale) |
| #define DO_C_TESTS 1 |
Definition at line 19 of file BLI_delaunay_2d_test.cc.
| #define DO_CPP_TESTS 1 |
Definition at line 18 of file BLI_delaunay_2d_test.cc.
| #define DO_RANDOM_TESTS 0 |
Definition at line 21 of file BLI_delaunay_2d_test.cc.
| #define DO_TEXT_TESTS 0 |
Definition at line 20 of file BLI_delaunay_2d_test.cc.