|
Coverage Control Library
|
Constants for the CoverageControl library. More...
#include <cmath>#include <limits>#include "CoverageControl/Config.h"
Include dependency graph for constants.h:
This graph shows which files directly or indirectly include this file:Go to the source code of this file.
Namespaces | |
| namespace | CoverageControl |
| Namespace for the CoverageControl library. | |
Variables | |
| double const | kEps = 1e-10 |
| float const | kEpsf = 1e-6f |
| double const | kLargeEps = 1e-4 |
| double const | kSqrt2 = std::sqrt(2) |
| double const | kOneBySqrt2 = 1. / std::sqrt(2) |
| float const | kOneBySqrt2f = 1.f / sqrtf(2.f) |
| double const | kInfD |
| constexpr auto | kMaxPrecision |
Constants for the CoverageControl library.
Definition in file constants.h.