codac 1.5.6
|
#include <list>
#include <variant>
#include <memory>
#include "codac2_Interval.h"
#include "codac2_IntervalVector.h"
#include "codac2_AbstractSlice.h"
#include "codac2_Domain.h"
#include "codac2_BoolInterval.h"
#include "codac2_TrajBase.h"
Go to the source code of this file.
Macros | |
#define | EPSILON_CONTAINS codac2::next_float(0.) * 1000. |
epsilon limit of the contains() algorithm | |