Add biblio for the paper

This commit is contained in:
Mael Rouxel-Labbé 2019-12-10 13:41:37 +01:00
parent 0ae811604a
commit 4020a8fb0d
2 changed files with 13 additions and 0 deletions

View File

@ -405,6 +405,17 @@ Boissonnat}
,update = "97.08 kettner" ,update = "97.08 kettner"
} }
@article{ cgal:cgm-fobbo-11,
title={Fast oriented bounding box optimization on the rotation group SO (3, )},
author={Chang, Chia-Tche and Gorissen, Bastien and Melchior, Samuel},
journal={ACM Transactions on Graphics (TOG)},
volume={30},
number={5},
pages={122},
year={2011},
publisher={ACM}
}
@article{ cgal:cht-oacov-90 @article{ cgal:cht-oacov-90
,author = {M. Chang and N. Huang and C. Tang} ,author = {M. Chang and N. Huang and C. Tang}
,title = {An optimal algorithm for constructing oriented Voronoi diagrams ,title = {An optimal algorithm for constructing oriented Voronoi diagrams

View File

@ -205,6 +205,8 @@ void construct_oriented_bounding_box(Output& output,
/// Note that when returning an array of points, these points are constructed from the axis-aligned /// Note that when returning an array of points, these points are constructed from the axis-aligned
/// bounding box and some precision loss should be expected if a kernel not providing exact constructions /// bounding box and some precision loss should be expected if a kernel not providing exact constructions
/// is used. /// is used.
///
/// The algorithm is based on a paper by Chang, Gorissen, and Melchior \cgalCite{cgal:cgm-fobbo-11}.
/// \ingroup PkgOptimalBoundingBox_Oriented_bounding_box /// \ingroup PkgOptimalBoundingBox_Oriented_bounding_box
/// ///