Blender  V3.3
Macros
BLI_delaunay_2d_test.cc File Reference
#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)
 

Macro Definition Documentation

◆ DO_C_TESTS

#define DO_C_TESTS   1

Definition at line 19 of file BLI_delaunay_2d_test.cc.

◆ DO_CPP_TESTS

#define DO_CPP_TESTS   1

Definition at line 18 of file BLI_delaunay_2d_test.cc.

◆ DO_RANDOM_TESTS

#define DO_RANDOM_TESTS   0

Definition at line 21 of file BLI_delaunay_2d_test.cc.

◆ DO_TEXT_TESTS

#define DO_TEXT_TESTS   0

Definition at line 20 of file BLI_delaunay_2d_test.cc.

◆ SX

#define SX (   x)    ((math_to_double(x) - minx) * scale)

◆ SY

#define SY (   y)    ((maxy - math_to_double(y)) * scale)