%\ccHtmlNoRefLinks
\begin{ccRefFunction}{orientation}
\ccHtmlNoLinks
\ccFunction{Orientation orientation(const Point_2& p,
const Point_2& q,
const Point_2& r);}
{returns \ccStyle{LEFT_TURN}, if $r$ lies to the left of the oriented
line $l$ defined by $p$ and $q$, returns \ccStyle{RIGHT_TURN} if $r$
lies to the right of $l$, and returns \ccStyle{COLLINEAR} if $r$ lies
on $l$.}
\ccHtmlNoLinks
\ccFunction{Orientation orientation(const Point_3 &p,
const Point_3&q,
const Point_3&r,
const Point_3&s);}
{returns \ccStyle{POSITIVE}, if $s$ lies on the positive side of the oriented
plane $h$ defined by $p$, $q$, and $r$, returns \ccStyle{NEGATIVE} if $s$
lies on the negative side of $h$, and returns \ccStyle{COPLANAR} if $s$ lies
on $h$.}
\ccSeeAlso
\ccRefIdfierPage{CGAL::collinear}
\ccRefIdfierPage{CGAL::left_turn}
\ccRefIdfierPage{CGAL::right_turn}
\end{ccRefFunction}