update on implementation history

[skip ci]
This commit is contained in:
Sven Oesau 2024-05-17 13:12:29 +02:00
parent 8a1a7f61e5
commit 30ea122e8f
1 changed files with 3 additions and 2 deletions

View File

@ -60,11 +60,12 @@ The following example reads a set of polygons from a file and creates a kinetic
\cgalExample{Kinetic_space_partition/kinetic_partition.cpp}
*/
\section Ksp_history Design and Implementation History
This package is an implementation of Bauchet et. al \cgalCite{bauchet2020kinetic}.
This package is an implementation of Bauchet et. al \cgalCite{bauchet2020kinetic} with an octree replacing the grid subdivision.
A proof of concept of the kinetic partition was developed by Simon Giraudot and Dmitry Anisimov.
*/
} /* namespace CGAL */