- Fix documentation of do_intersect() for Triangle_3.

This commit is contained in:
Sylvain Pion 2003-11-06 14:54:25 +00:00
parent 595fb05c91
commit 6985e1ea79
3 changed files with 9 additions and 3 deletions

View File

@ -1,3 +1,8 @@
1.89 (6 November 2003)
- Fix documentation of do_intersect() for Triangle_3.
========================= CGAL 3.0 =============================
1.88 (29 October 2003)
- Fix test-suite.

View File

@ -8,7 +8,8 @@ A model for this must provide
\ccStyle{Type1} and \ccStyle{Type2} intersect or not}
for all pairs \ccStyle{Type1} and \ccStyle{Type2}, where
the type \ccStyle{Type1} is \ccStyle{Kernel::Plane_3} and
the type \ccStyle{Type1} is \ccStyle{Kernel::Plane_3} or
\ccStyle{Kernel::Triangle_3} and
\ccStyle{Type2} can be any of the following:
\begin{itemize}\ccTexHtml{\itemsep0pt\topsep0pt\partopsep0pt\parskip0pt\parsep0pt}{}
\item \ccStyle{Kernel::Plane_3}

View File

@ -34,8 +34,8 @@ The types \ccStyle{Type1} and \ccStyle{Type2} can be any of the following:
\item \ccStyle{Iso_rectangle_2<Kernel>}
\end{itemize}
Also, in three-dimensional space \ccc{Type1} can be \ccc{Plane_3<Kernel>} and
\ccc{Type2} any of
Also, in three-dimensional space \ccc{Type1} can be \ccc{Plane_3<Kernel>} or
\ccc{Triangle_3<Kernel>} and \ccc{Type2} any of
\begin{itemize}\ccTexHtml{\itemsep0pt\topsep0pt\partopsep0pt\parskip0pt\parsep0pt}{}
\item \ccStyle{Plane_3<Kernel>}
\item \ccStyle{Line_3<Kernel>}