CGAL 4.3 - 3D Triangulations
|
Inherited by CGAL::Triangulation_cell_base_with_circumcenter_3< DelaunayTriangulationTraits_3, TriangulationCellBase_3 >, and CGAL::Triangulation_cell_base_with_info_3< Info, TriangulationTraits_3, TriangulationCellBase_3 >.
The cell base required by the basic triangulation does not need to store any geometric information, so only the requirements of the triangulation data structure apply.
However, for the Delaunay triangulation, the ability to store the circumcenter is provided (for optimization reasons), hence an additional requirement only in this case, and only when the dual functions are called.
TriangulationVertexBase_3
Public Member Functions | |
const DelaunayTriangulationTraits_3::Point_3 & | circumcenter (const DelaunayTriangulationTraits_3 >=DelaunayTriangulationTraits_3()) const |
Returns the circumcenter. | |