mirror of https://github.com/CGAL/cgal
11 lines
376 B
TeX
11 lines
376 B
TeX
\begin{ccRefFunction}{midpoint}
|
|
|
|
\ccFunction{Point_2<Kernel> midpoint( const Point_2<Kernel>& p,
|
|
const Point_2<Kernel>& q );}
|
|
{computes the midpoint of the segment $pq$.}
|
|
|
|
\ccFunction{Point_3<Kernel> midpoint( const Point_3<Kernel>& p, const Point_3<Kernel>& q );}
|
|
{computes the midpoint of the segment $pq$.}
|
|
\end{ccRefFunction}
|
|
|