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