TM2IN  0.5.1
Namespaces | Functions
collinear.h File Reference
#include <features/Vertex.h>
Include dependency graph for collinear.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

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...