Blender  V3.3
Precision.h
Go to the documentation of this file.
1 /* SPDX-License-Identifier: GPL-2.0-or-later */
2 
3 #pragma once
4 
10 namespace Freestyle {
11 
12 typedef double real;
13 
14 #ifndef SWIG
15 static const real M_EPSILON = 0.00000001;
16 #endif // SWIG
17 
18 } /* namespace Freestyle */
inherits from class Rep
Definition: AppCanvas.cpp:18
static const real M_EPSILON
Definition: Precision.h:15
double real
Definition: Precision.h:12