mirror of https://github.com/CGAL/cgal
Changes proposed by Monique
This commit is contained in:
parent
c364c05731
commit
84b7de6f3c
|
|
@ -26,7 +26,7 @@
|
|||
|
||||
\cgalPkgShortInfoBegin
|
||||
\cgalPkgSince{4.3}
|
||||
\cgalPkgDependsOn{\ref PkgTDS2Summary, \ref PkgTriangulation2Summary and \ref PkgPeriodic3Triangulation3Summary}
|
||||
\cgalPkgDependsOn{\ref PkgTDS2Summary and \ref PkgTriangulation2Summary}
|
||||
\cgalPkgBib{cgal:k-pt2-13}
|
||||
\cgalPkgLicense{\ref licensesGPL "GPL"}
|
||||
\cgalPkgDemo{Periodic Delaunay Triangulation,Periodic_2_Delaunay_triangulation_2.zip}
|
||||
|
|
|
|||
|
|
@ -373,17 +373,6 @@ requires <I>exact constructions</I>.
|
|||
|
||||
\cgalExample{Periodic_2_triangulation_2/p2t2_geometric_access.cpp}
|
||||
|
||||
\section P2T2_Design Design and Implementation History
|
||||
|
||||
The periodic 2D-triangulation is based on the 2D triangulation package
|
||||
developed by Mariette Yvinec and the periodic 3D-triangulation package
|
||||
developed by Manuel Caroli and Monique Teillaud. The periodic
|
||||
3D-triangulation package is described in Manuel's PhD thesis
|
||||
\cite cgal:c-tpsos-10 Triangulating Point Sets in Orbit Spaces.
|
||||
|
||||
In 2009, Nico Kruithof started implementation of the
|
||||
`Periodic_2_triangulation_2` package.
|
||||
|
||||
\section P2T2_Performance Performance
|
||||
|
||||
The performance of the 2D periodic Delaunay triangulation is compared
|
||||
|
|
@ -403,6 +392,17 @@ in the unit rectangle. The tests were done on an Intel i7 @ 2.67GHz.
|
|||
|
||||
\image html p2dt2_performance.png
|
||||
|
||||
\section P2T2_Design Design and Implementation History
|
||||
|
||||
The periodic 2D-triangulation is based on the 2D triangulation package
|
||||
developed by Mariette Yvinec and inspired by the periodic 3D-triangulation package
|
||||
developed by Manuel Caroli and Monique Teillaud. The periodic
|
||||
3D-triangulation package is described in Manuel's PhD thesis
|
||||
\cite cgal:c-tpsos-10 Triangulating Point Sets in Orbit Spaces.
|
||||
|
||||
In 2009, Nico Kruithof started implementation of the
|
||||
`Periodic_2_triangulation_2` package.
|
||||
|
||||
*/
|
||||
} /* namespace CGAL */
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue