11 #include "../misc/triplet.hpp" Geometrical calculations.
double incircle(const Vector2D &point_1, const Vector2D &point_2, const Vector2D &point_3, const Vector2D &point_4)
Checks whether the 4th point is inside, outside or on the counterclockwise circle created by the firs...
double incircleadapt(const Vector2D &point_1, const Vector2D &point_2, const Vector2D &point_3, const Vector2D &point_4, double permanent)
Checks whether the 4th point is inside, outside or on the counterclockwise circle created by the firs...
A collection of three identical references.
double orient2dAdapt(const TripleConstRef< Vector2D > &points, double detsum)
Checks whether 3 given points are on a counterclockwise circle, clockwise circle or colinear using ad...
double orient2d(const TripleConstRef< Vector2D > &points)
Checks whether 3 given points are on a counterclockwise circle, clockwise circle or colinear...