cgal/Kernel_23/doc_tex/Kernel_23_ref/midpoint.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}