This commit is contained in:
Efi Fogel 2016-09-28 18:58:25 +03:00
parent fc81745e23
commit eb15f3d878
2 changed files with 4 additions and 5 deletions

View File

@ -1,7 +1,7 @@
namespace CGAL { namespace CGAL {
namespace Set_movable_separability_2 { namespace Set_movable_separability_2 {
/*! \ingroup PkgSetMovableSeparability2funcs /*! \ingroup PkgSetMovableSeparability2Funcs
* *
* Given a simple polygon, this function determines whether a cavity (of a mold * Given a simple polygon, this function determines whether a cavity (of a mold
* in the plane) that has the shape of the polygon can be used so that the * in the plane) that has the shape of the polygon can be used so that the

View File

@ -1,17 +1,16 @@
/// \defgroup PkgSetMovableSeparability2 2D Castings Reference /// \defgroup PkgSetMovableSeparability2 2D Movable Separability of Sets Reference
/// \defgroup PkgSetMovableSeparability2Funcs Free Functions /// \defgroup PkgSetMovableSeparability2Funcs Free Functions
/// \ingroup PkgSetMovableSeparability2 /// \ingroup PkgSetMovableSeparability2
/*! /*!
\addtogroup PkgSetMovableSeparability2 \addtogroup PkgSetMovableSeparability2
\todo check generated documentation \cgalPkgDescriptionBegin{2D Movable Separability of Sets,PkgSetMovableSeparability2Summary}
\cgalPkgDescriptionBegin{2D Castings,PkgSetMovableSeparability2Summary}
\cgalPkgPicture{Casting_2.png} \cgalPkgPicture{Casting_2.png}
\cgalPkgSummaryBegin \cgalPkgSummaryBegin
\cgalPkgAuthors{Shahar Shamai, Efi Fogel} \cgalPkgAuthors{Shahar Shamai, Efi Fogel}
\cgalPkgDesc{This package consists of the implementations of various predicates and operations related to castings of polygonal objects. In particular, it can be used to determine whether a mold for a polygonal object does exist. If a mold exists, the package can also be used to compute all possible orientations of the feasible molds and the corresponding motions needed to remove the casted object from the mold.} \cgalPkgDesc{This package consists of the implementations of various predicates and operations related to castings of polygonal objects. In particular, it can be used to determine whether a mold for a polygonal object does exist. If a mold exists, the package can also be used to compute all possible orientations of the feasible molds and the corresponding motions needed to remove the casted object from the mold.}
\cgalPkgManuals{Chapter_Castings_of_polygons,PkgSetMovableSeparability2} \cgalPkgManuals{Chapter_SetMovableSeparability2,PkgSetMovableSeparability2}
\cgalPkgSummaryEnd \cgalPkgSummaryEnd
\cgalPkgShortInfoBegin \cgalPkgShortInfoBegin
\cgalPkgSince{4.10} \cgalPkgSince{4.10}