An edge of the front, which separates the triangles that meet the target size from the triangles that do not. More...
#include <XYFrontalDelaunayGenerator.h>
Public Attributes | |
| std::size_t | start |
| Vertex at the start of the edge, which has the triangle that misses the target on its left. | |
| std::size_t | end |
| Vertex at the end of the edge. | |
| Real | excess |
| Circumradius of that triangle over the target circumradius, larger being further off. | |
An edge of the front, which separates the triangles that meet the target size from the triangles that do not.
Definition at line 63 of file XYFrontalDelaunayGenerator.h.
| std::size_t XYFrontalDelaunayGenerator::FrontEdge::end |
Vertex at the end of the edge.
Definition at line 68 of file XYFrontalDelaunayGenerator.h.
Referenced by XYFrontalDelaunayGenerator::placePoint().
| Real XYFrontalDelaunayGenerator::FrontEdge::excess |
Circumradius of that triangle over the target circumradius, larger being further off.
Definition at line 70 of file XYFrontalDelaunayGenerator.h.
| std::size_t XYFrontalDelaunayGenerator::FrontEdge::start |
Vertex at the start of the edge, which has the triangle that misses the target on its left.
Definition at line 66 of file XYFrontalDelaunayGenerator.h.
Referenced by XYFrontalDelaunayGenerator::placePoint().