*** empty log message ***

This commit is contained in:
Andreas Fabri 2003-10-07 10:49:26 +00:00
parent 182b12e882
commit f9c6b723fd
1 changed files with 4 additions and 2 deletions

View File

@ -203,10 +203,12 @@ made robust by plugging it in the \ccc{Filtered_kernel}.
\ccHtmlLinksOn
\subsection{Limitations}
\section{Limitations}
The point class must have member functions \ccc{x()} and \ccc{y()}
(and \ccc{z()} for the 3d point). We work on that.
(and \ccc{z()} for the 3d point). We will probably
introduce function objects that take care of coordinate
access.
Global functions operating on, for example
\ccc{CGAL::Orientation(CGAL::Point_2<K>, CGAL::Point_2<K>,