mirror of https://github.com/CGAL/cgal
Updated
This commit is contained in:
parent
fc81745e23
commit
eb15f3d878
|
|
@ -1,7 +1,7 @@
|
|||
namespace CGAL {
|
||||
namespace Set_movable_separability_2 {
|
||||
|
||||
/*! \ingroup PkgSetMovableSeparability2funcs
|
||||
/*! \ingroup PkgSetMovableSeparability2Funcs
|
||||
*
|
||||
* 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
|
||||
|
|
|
|||
|
|
@ -1,17 +1,16 @@
|
|||
/// \defgroup PkgSetMovableSeparability2 2D Castings Reference
|
||||
/// \defgroup PkgSetMovableSeparability2 2D Movable Separability of Sets Reference
|
||||
|
||||
/// \defgroup PkgSetMovableSeparability2Funcs Free Functions
|
||||
/// \ingroup PkgSetMovableSeparability2
|
||||
|
||||
/*!
|
||||
\addtogroup PkgSetMovableSeparability2
|
||||
\todo check generated documentation
|
||||
\cgalPkgDescriptionBegin{2D Castings,PkgSetMovableSeparability2Summary}
|
||||
\cgalPkgDescriptionBegin{2D Movable Separability of Sets,PkgSetMovableSeparability2Summary}
|
||||
\cgalPkgPicture{Casting_2.png}
|
||||
\cgalPkgSummaryBegin
|
||||
\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.}
|
||||
\cgalPkgManuals{Chapter_Castings_of_polygons,PkgSetMovableSeparability2}
|
||||
\cgalPkgManuals{Chapter_SetMovableSeparability2,PkgSetMovableSeparability2}
|
||||
\cgalPkgSummaryEnd
|
||||
\cgalPkgShortInfoBegin
|
||||
\cgalPkgSince{4.10}
|
||||
|
|
|
|||
Loading…
Reference in New Issue