cgal/Old_Packages/Doc23/doc_tex/kernel/Ref/midpoint.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}