68template <
typename NumType> NumType
absval( NumType x )
DataType calcLineDistance(const DataType &a, const DataType &b, const DataType &c, const DataType &x, const DataType &y)
bool tolEqual(NumType n1, NumType n2)
Polygon2D convexHull(const Polygon2D &rPoly)
bool tolGreaterEqual(NumType n1, NumType n2)
bool tolLessEqual(NumType n1, NumType n2)
std::vector< Point2D > Polygon2D
NumType absval(NumType x)
constexpr auto DBL_EPSILON
const Point2D & operator[](int i) const
Point2D & operator[](int i)
Point2D(double _x, double _y)