10 #include <CGAL/Vector_3.h> 11 #include <CGAL/Point_3.h> 12 #include <CGAL/Kernel/global_functions.h> 23 static bool isSameX(Vertex* a, Vertex* b);
24 static bool isSameY(Vertex* a, Vertex* b);
25 static bool isSameZ(Vertex* a, Vertex* b);
27 static bool isSameX(Vertex* a, Vertex* b, Vertex* c);
28 static bool isSameY(Vertex* a, Vertex* b, Vertex* c);
29 static bool isSameZ(Vertex* a, Vertex* b, Vertex* c);
static double threshold_same_vt_distance
Definition: check.h:20
static int num_of_straight
Definition: check.h:36
static double threshold_collinear
Definition: check.h:21
static bool isSameY(Vertex *a, Vertex *b)
Definition: check.cpp:66
static bool isSameZ(Vertex *a, Vertex *b)
Definition: check.cpp:71
static int compare_vertex(Vertex *v1, Vertex *v2)
Definition: check.cpp:33
static bool isSameVertex(Vertex &v1, Vertex &v2)
Definition: check.cpp:27
static double squaredDistanceOfSamePoint2D
Definition: check.h:19
static bool isSameX(Vertex *a, Vertex *b)
Definition: check.cpp:61
static int num_of_invalid
Definition: check.h:37