mirror of https://github.com/CGAL/cgal
26 lines
955 B
TeX
26 lines
955 B
TeX
\begin{ccRefFunction}{circumcenter}
|
|
|
|
\ccFunction{Point_2<Kernel>
|
|
circumcenter( const Point_2<Kernel>& p,
|
|
const Point_2<Kernel>& q,
|
|
const Point_2<Kernel>& r);}
|
|
{compute the center of the circle passing through the points $p$, $q$, and $r$.
|
|
\ccPrecond $p$, $q$, and $r$ are not collinear.}
|
|
|
|
\ccFunction{Point_3<Kernel>
|
|
circumcenter( const Point_3<Kernel>& p,
|
|
const Point_3<Kernel>& q,
|
|
const Point_3<Kernel>& r);}
|
|
{compute the center of the circle passing through the points $p$, $q$, and $r$.
|
|
\ccPrecond $p$, $q$, and $r$ are not collinear.}
|
|
|
|
\ccFunction{Point_3<Kernel>
|
|
circumcenter( const Point_3<Kernel>& p,
|
|
const Point_3<Kernel>& q,
|
|
const Point_3<Kernel>& r,
|
|
const Point_3<Kernel>& s);}
|
|
{compute the center of the sphere passing through the points $p$, $q$, $r$, and $s$.
|
|
\ccPrecond $p$, $q$, $r$, and $s$ are not coplanar.}
|
|
\end{ccRefFunction}
|
|
|