|
CDT++
Causal Dynamical Triangulations in C++
|
Tests on points and vertices in foliated Delaunay triangulations. More...
Include dependency graph for Vertex_test.cpp:Go to the source code of this file.
Typedefs | |
| using | Manifold = Manifold_3 |
| using | Point = Point_t< 3 > |
Functions | |
| GIVEN ("A foliated Delaunay triangulation.") | |
| GIVEN ("Some points.") | |
Variables | |
| static auto constexpr | RADIUS_2 = 2.0 * std::numbers::inv_sqrt3_v<double> |
Tests on points and vertices in foliated Delaunay triangulations.
Tests for inserting and deleting vertices.
Definition in file Vertex_test.cpp.
| using Manifold = Manifold_3 |
Definition at line 42 of file Vertex_test.cpp.
| using Point = Point_t<3> |
Definition at line 43 of file Vertex_test.cpp.
| GIVEN | ( | "A foliated Delaunay triangulation." | ) |
Definition at line 44 of file Vertex_test.cpp.
| GIVEN | ( | "Some points." | ) |
Definition at line 26 of file Vertex_test.cpp.
|
inlinestaticconstexpr |
Definition at line 21 of file Vertex_test.cpp.