Changeset View
Changeset View
Standalone View
Standalone View
source/blender/freestyle/intern/winged_edge/Curvature.h
| Show All 10 Lines | |||||
| /** \file | /** \file | ||||
| * \ingroup freestyle | * \ingroup freestyle | ||||
| * \brief GTS - Library for the manipulation of triangulated surfaces | * \brief GTS - Library for the manipulation of triangulated surfaces | ||||
| * \brief OGF/Graphite: Geometry and Graphics Programming Library + Utilities | * \brief OGF/Graphite: Geometry and Graphics Programming Library + Utilities | ||||
| */ | */ | ||||
| #include "../geometry/Geom.h" | #include "../geometry/Geom.h" | ||||
| #include "../system/FreestyleConfig.h" | |||||
| #include "../system/Precision.h" | #include "../system/Precision.h" | ||||
| #ifdef WITH_CXX_GUARDEDALLOC | #ifdef WITH_CXX_GUARDEDALLOC | ||||
| # include "MEM_guardedalloc.h" | # include "MEM_guardedalloc.h" | ||||
| #endif | #endif | ||||
| namespace Freestyle { | namespace Freestyle { | ||||
| ▲ Show 20 Lines • Show All 158 Lines • Show Last 20 Lines | |||||