cgal/Kernel_23/doc_tex/Kernel_23_ref/angle.tex

22 lines
734 B
TeX

%\ccHtmlNoRefLinks
\begin{ccRefFunction}{angle}
\ccHtmlNoLinks
\ccFunction{Angle angle(const Point_2<Kernel>& p,
const Point_2<Kernel>& q,
const Point_2<Kernel>& r);}
{returns \ccStyle{OBTUSE}, \ccStyle{RIGHT} or \ccStyle{ACUTE} depending
on the angle formed by the three points $p$, $q$, $r$ ($q$ being the vertex of
the angle).}
\ccHtmlNoLinks
\ccFunction{Angle angle(const Point_3<Kernel>& p,
const Point_3<Kernel>& q,
const Point_3<Kernel>& r);}
{returns \ccStyle{OBTUSE}, \ccStyle{RIGHT} or \ccStyle{ACUTE} depending
on the angle formed by the three points $p$, $q$, $r$ ($q$ being the vertex of
the angle).}
\end{ccRefFunction}