mirror of https://github.com/CGAL/cgal
Documentation: Mention AABB_tree dependency, add authors
This commit is contained in:
parent
b1a95d3226
commit
90d86774dd
|
|
@ -5,17 +5,16 @@
|
|||
|
||||
/*!
|
||||
\addtogroup PkgMinkowskiSum2
|
||||
\todo check generated documentation
|
||||
\cgalPkgDescriptionBegin{2D Minkowski Sums,PkgMinkowskiSum2Summary}
|
||||
\cgalPkgPicture{Minkowski_sum_2/fig/Minkowski_sum_2.png}
|
||||
\cgalPkgSummaryBegin
|
||||
\cgalPkgAuthor{Ron Wein}
|
||||
\cgalPkgAuthor{Ron Wein, Alon Baram, Sebastian Morr}
|
||||
\cgalPkgDesc{This package consists of functions that compute the Minkowski sum of two simple straight-edge polygons in the plane. It also contains functions for computing the Minkowski sum of a polygon and a disc, an operation known as <I>offsetting</I> or <I>dilating</I> a polygon. The package can compute the exact representation of the offset polygon, or provide a guaranteed approximation of the offset.}
|
||||
\cgalPkgManuals{Chapter_2D_Minkowski_Sums,PkgMinkowskiSum2}
|
||||
\cgalPkgSummaryEnd
|
||||
\cgalPkgShortInfoBegin
|
||||
\cgalPkgSince{3.3}
|
||||
\cgalPkgDependsOn{\ref PkgArrangement2Summary}
|
||||
\cgalPkgDependsOn{\ref PkgArrangement2Summary, \ref PkgAABB_treeSummary}
|
||||
\cgalPkgBib{cgal:w-rms2}
|
||||
\cgalPkgLicense{\ref licensesGPL "GPL"}
|
||||
\cgalPkgShortInfoEnd
|
||||
|
|
|
|||
|
|
@ -9,3 +9,4 @@ Polygon
|
|||
Partition_2
|
||||
Boolean_set_operations_2
|
||||
Number_types
|
||||
AABB_tree
|
||||
|
|
|
|||
|
|
@ -87,7 +87,6 @@ namespace CGAL {
|
|||
typedef typename AABBTraits::Bounding_box Bounding_box;
|
||||
///
|
||||
typedef typename AABBTraits::Point_and_primitive_id Point_and_primitive_id;
|
||||
/// \deprecated
|
||||
typedef typename AABBTraits::Object_and_primitive_id Object_and_primitive_id;
|
||||
|
||||
/*!
|
||||
|
|
|
|||
Loading…
Reference in New Issue