mirror of https://github.com/CGAL/cgal
Added package description
This commit is contained in:
parent
4844c19775
commit
bb06d6436c
|
|
@ -0,0 +1,14 @@
|
|||
|
||||
\begin{ccPkgDescription}{Intersecting Sequences of Iso-oriented Boxes}
|
||||
\ccPkgSummary{
|
||||
An efficient algorithm for finding all intersecting pairs for large
|
||||
numbers of iso-oriented boxes, in order to apply a user defined callback
|
||||
on them. Ypically these boxes will be bounding
|
||||
boxes of more complicated geometries. The algorithm is useful for (self-) intersection
|
||||
tests of surfaces etc.
|
||||
}
|
||||
|
||||
%\ccPkgDependsOn{}
|
||||
\ccPkgMaturity{Introduced in \cgal\ 3.1}
|
||||
|
||||
\end{ccPkgDescription}
|
||||
Loading…
Reference in New Issue