TM2IN
0.5.1
|
#include "collinear.h"
#include "cgal/vector_angle.h"
#include "features/Vertex.h"
#include "detail/cgal_config.h"
Namespaces | |
TM2IN | |
TM2IN::algorithm | |
Functions | |
bool | TM2IN::algorithm::has_lower_angle_than (Vertex *origin, Vertex *v1, Vertex *v2, double angle) |
Compares angle between Vector(origin, v1) and Vector(origin, v2) and the specific angle. More... | |
bool | TM2IN::algorithm::isCollinear (Vertex *start_p, Vertex *check_p, Vertex *end_p) |
Determines whether the line string (start_p, check_p, end_p) is collinear. More... | |
Variables | |
double | TM2IN::threshold_collinear = 0.001 |