5 #ifndef TM2IN_ALGORITHM_COLLINEAR_H 6 #define TM2IN_ALGORITHM_COLLINEAR_H 27 bool isCollinear(Vertex *start_p, Vertex *check_p, Vertex *end_p);
31 #endif //TM2IN_COLLINEAR_H bool has_lower_angle_than(Vertex *origin, Vertex *v1, Vertex *v2, double degree)
Compares angle between Vector(origin, v1) and Vector(origin, v2) and the specific angle...
Definition: collinear.cpp:13
Definition: collinear.cpp:10
bool isCollinear(Vertex *start_p, Vertex *check_p, Vertex *end_p)
Determines whether the line string (start_p, check_p, end_p) is collinear.
Definition: collinear.cpp:20
double threshold_collinear
Definition: collinear.cpp:11