We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9fa7433 commit a4697e7Copy full SHA for a4697e7
test/delaunator.test.cpp
@@ -8,6 +8,9 @@ namespace {
8
9
//constexpr double EPSILON = std::numeric_limits<double>::epsilon();
10
11
+// ABELL - This isn't a sufficient test. We need to verify against known
12
+// good results. We should at least make sure we're getting the right
13
+// number of triangles out.
14
inline void validate(const std::vector<double>& coords) {
15
delaunator::Delaunator d(coords);
16
0 commit comments