Changeset View
Changeset View
Standalone View
Standalone View
source/blender/freestyle/intern/geometry/Grid.h
| Show All 10 Lines | |||||
| #include <float.h> | #include <float.h> | ||||
| #include <stdint.h> // For POINTER_FROM_UINT, i.e. uintptr_t. | #include <stdint.h> // For POINTER_FROM_UINT, i.e. uintptr_t. | ||||
| #include <vector> | #include <vector> | ||||
| #include "Geom.h" | #include "Geom.h" | ||||
| #include "GeomUtils.h" | #include "GeomUtils.h" | ||||
| #include "Polygon.h" | #include "Polygon.h" | ||||
| #include "../system/FreestyleConfig.h" | |||||
| #include "BLI_utildefines.h" | #include "BLI_utildefines.h" | ||||
| #ifdef WITH_CXX_GUARDEDALLOC | #ifdef WITH_CXX_GUARDEDALLOC | ||||
| # include "MEM_guardedalloc.h" | # include "MEM_guardedalloc.h" | ||||
| #endif | #endif | ||||
| using namespace std; | using namespace std; | ||||
| ▲ Show 20 Lines • Show All 392 Lines • Show Last 20 Lines | |||||