\( \newcommand{\E}{\mathrm{E}} \) \( \newcommand{\A}{\mathrm{A}} \) \( \newcommand{\R}{\mathrm{R}} \) \( \newcommand{\N}{\mathrm{N}} \) \( \newcommand{\Q}{\mathrm{Q}} \) \( \newcommand{\Z}{\mathrm{Z}} \) \( \def\ccSum #1#2#3{ \sum_{#1}^{#2}{#3} } \def\ccProd #1#2#3{ \sum_{#1}^{#2}{#3} }\)
CGAL 4.14 - 3D Triangulations
CGAL::Delaunay_triangulation_cell_base_3< Traits, Cb > Class Template Reference

#include <CGAL/Delaunay_triangulation_cell_base_3.h>

Inherits from

Cb.

Definition

Types

typedef Traits::Point_3 Point
 

Access function

As a model of the concept DelaunayTriangulationCellBase_3, Delaunay_triangulation_cell_base_3 provides a circumcenter() member fonction.

const Pointcircumcenter (const Traits &gt=Traits()) const
 Returns the circumcenter of the cell.