From 30ea122e8f2a92d97e5f11fba982bed80b085ede Mon Sep 17 00:00:00 2001 From: Sven Oesau Date: Fri, 17 May 2024 13:12:29 +0200 Subject: [PATCH] update on implementation history [skip ci] --- .../doc/Kinetic_space_partition/Kinetic_space_partition.txt | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/Kinetic_space_partition/doc/Kinetic_space_partition/Kinetic_space_partition.txt b/Kinetic_space_partition/doc/Kinetic_space_partition/Kinetic_space_partition.txt index bd05c5c7594..50395b6caa4 100644 --- a/Kinetic_space_partition/doc/Kinetic_space_partition/Kinetic_space_partition.txt +++ b/Kinetic_space_partition/doc/Kinetic_space_partition/Kinetic_space_partition.txt @@ -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 */