Collision Checker
application_settings.h File Reference

Go to the source code of this file.

Macros

#define RAYTRACE_DEBUG   0
 
#define ENABLE_SERIALIZER   1
 
#define SERIALIZER_DEFAULT_FORMAT   "compact"
 
#define ENABLE_TRIANGULATION   1
 
#define ENABLE_GPC   1
 
#define ENABLE_POLYGON_VALIDITY_CHECKS   0
 
#define ENABLE_COLLISION_TESTS   0
 

Macro Definition Documentation

◆ ENABLE_COLLISION_TESTS

#define ENABLE_COLLISION_TESTS   0

Definition at line 25 of file application_settings.h.

◆ ENABLE_GPC

#define ENABLE_GPC   1

Definition at line 17 of file application_settings.h.

◆ ENABLE_POLYGON_VALIDITY_CHECKS

#define ENABLE_POLYGON_VALIDITY_CHECKS   0

Definition at line 21 of file application_settings.h.

◆ ENABLE_SERIALIZER

#define ENABLE_SERIALIZER   1

Definition at line 5 of file application_settings.h.

◆ ENABLE_TRIANGULATION

#define ENABLE_TRIANGULATION   1

Definition at line 13 of file application_settings.h.

◆ RAYTRACE_DEBUG

#define RAYTRACE_DEBUG   0

Definition at line 2 of file application_settings.h.

◆ SERIALIZER_DEFAULT_FORMAT

#define SERIALIZER_DEFAULT_FORMAT   "compact"

Definition at line 9 of file application_settings.h.