mirror of https://github.com/CGAL/cgal
Changed title
This commit is contained in:
parent
59221bdb8e
commit
06e209d992
|
|
@ -1,5 +1,5 @@
|
||||||
|
|
||||||
\begin{ccPkgDescription}{Intersecting Sequences of Iso-oriented Boxes}
|
\begin{ccPkgDescription}{Intersecting Sequences of dD Iso-oriented Boxes}
|
||||||
\ccPkgSummary{
|
\ccPkgSummary{
|
||||||
An efficient algorithm for finding all intersecting pairs for large
|
An efficient algorithm for finding all intersecting pairs for large
|
||||||
numbers of iso-oriented boxes, in order to apply a user defined callback
|
numbers of iso-oriented boxes, in order to apply a user defined callback
|
||||||
|
|
|
||||||
|
|
@ -10,12 +10,13 @@
|
||||||
% +------------------------------------------------------------------------+
|
% +------------------------------------------------------------------------+
|
||||||
|
|
||||||
\ccParDims
|
\ccParDims
|
||||||
|
\chapter{Intersecting Sequences of dD Iso-oriented Boxes}
|
||||||
\chapter{Intersecting Sequences of Iso-oriented Boxes}
|
|
||||||
\label{chapterBoxIntersection}
|
\label{chapterBoxIntersection}
|
||||||
\ccChapterRelease{\BoxIntersectionRev. \ \BoxIntersectionDate}
|
\ccChapterRelease{\BoxIntersectionRev. \ \BoxIntersectionDate}
|
||||||
\ccChapterAuthor{Lutz Kettner \and Andreas Meyer \and Afra Zomorodian}
|
\ccChapterAuthor{Lutz Kettner \and Andreas Meyer \and Afra Zomorodian}
|
||||||
|
|
||||||
|
\input{Box_intersection_d/PkgDescription.tex}
|
||||||
|
|
||||||
\begin{ccTexOnly}
|
\begin{ccTexOnly}
|
||||||
\setlength{\unitlength}{1mm}
|
\setlength{\unitlength}{1mm}
|
||||||
\begin{picture}(0,0)(0.0,0.0)
|
\begin{picture}(0,0)(0.0,0.0)
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue