typo fixed

This commit is contained in:
Susan Hert 2001-06-01 17:18:50 +00:00
parent e2ee535f31
commit 9a7c8567ba
1 changed files with 1 additions and 1 deletions

View File

@ -6,7 +6,7 @@ dimensions. The function
\ccc{convex_hull_3}\ccIndexMainItem[C]{convex_hull_3} provides an
implementation of the quickhull algorithm \cite{bdh-qach-96} for three
dimensions\ccIndexMainItem{quickhull, 3D}. There are two versions of this
function availalbe, one that can be used when it is known that the output
function available, one that can be used when it is known that the output
will be a polyhedron (\textit{i.e.}, there are more than three points and
they are not all collinear) and one that handles all degenerate cases
and returns a \ccc{CGAL::Object}, which may be a point, a segment, a