Candy
|
Parameters controling the triangulation process. More...
Public Attributes | |
double | delaunay_epsilon |
The epsilon to use when checking if there are areas where no unique triangulation can be determined. More... | |
double | max_point_distance |
The maximum distance between points that form a triangulation cell. More... | |
double | max_circumcenter_distance |
The maximum distance between a cell and its circumsphere's center. More... | |
Parameters controling the triangulation process.
double Candy::DelaunayTriangulation::TriangulationParameters::delaunay_epsilon |
The epsilon to use when checking if there are areas where no unique triangulation can be determined.
double Candy::DelaunayTriangulation::TriangulationParameters::max_circumcenter_distance |
The maximum distance between a cell and its circumsphere's center.
This can be useful when points on the outer edge may be bound to generate acute cells.
double Candy::DelaunayTriangulation::TriangulationParameters::max_point_distance |
The maximum distance between points that form a triangulation cell.
This can be useful when points on the outer edge may be bound together over a large distance.