aboutsummaryrefslogtreecommitdiffhomepage
path: root/experimental/Intersection/DataTypes_Test.h
blob: a8f14fa112609947c5787c40c7bd9dfa94db148e (plain)
1
2
3
4
5
6
7
#ifndef __DataTypes_Test_h__
#define __DataTypes_Test_h__

const double PointEpsilon = 0.000001;
const double SquaredEpsilon = PointEpsilon * PointEpsilon;

#endif