mirror of https://github.com/CGAL/cgal
typo fixed
This commit is contained in:
parent
e2ee535f31
commit
9a7c8567ba
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in New Issue