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