\begin{ccRefFunction}{parallel}
\ccHtmlNoLinks
\ccFunction{bool parallel(const Line_2& l1,
const Line_2& l2);}
{returns \ccStyle{true}, if \ccc{l1} and \ccc{l2} are parallel or if one
of those (or both) is degenerate.}
\ccHtmlNoLinks
\ccFunction{bool parallel(const Ray_2& r1,
const Ray_2& r2);}
{returns \ccStyle{true}, if \ccc{r1} and \ccc{r2} are parallel or if one
of those (or both) is degenerate.}
\ccHtmlNoLinks
\ccFunction{bool parallel(const Segment_2& s1,
const Segment_2& s2);}
{returns \ccStyle{true}, if \ccc{s1} and \ccc{s2} are parallel or if one
of those (or both) is degenerate.}
\ccHtmlNoLinks
\ccFunction{bool parallel(const Line_3& l1,
const Line_3& l2);}
{returns \ccStyle{true}, if \ccc{l1} and \ccc{l2} are parallel or if one
of those (or both) is degenerate.}
\ccHtmlNoLinks
\ccFunction{bool parallel(const Plane_3& h1,
const Plane_3& h2);}
{returns \ccStyle{true}, if \ccc{h1} and \ccc{h2} are parallel or if one
of those (or both) is degenerate.}
\ccHtmlNoLinks
\ccFunction{bool parallel(const Ray_3& r1,
const Ray_3& r2);}
{returns \ccStyle{true}, if \ccc{r1} and \ccc{r2} are parallel or if one
of those (or both) is degenerate.}
\ccHtmlNoLinks
\ccFunction{bool parallel(const Segment_3& s1,
const Segment_3& s2);}
{returns \ccStyle{true}, if \ccc{s1} and \ccc{s2} are parallel or if one
of those (or both) is degenerate.}
\end{ccRefFunction}