mirror of https://github.com/CGAL/cgal
22 lines
734 B
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}
|
|
|