mirror of https://github.com/CGAL/cgal
27 lines
1.1 KiB
Plaintext
27 lines
1.1 KiB
Plaintext
|
|
|
|
/// \defgroup PkgEnvelope2 2D Envelopes
|
|
/// \defgroup PkgEnvelope2Concepts Concepts
|
|
/// \ingroup PkgEnvelope2
|
|
/*!
|
|
\addtogroup PkgEnvelope2
|
|
\todo check generated documentation
|
|
\PkgDescriptionBegin{2D Envelopes,PkgEnvelope2Summary}
|
|
\PkgPicture{Envelope_2/fig/Envelope_2.png}
|
|
\PkgAuthor{Ron Wein}
|
|
\PkgDesc{This package consits of functions that computes the lower (or upper) envelope of a set of arbitrary curves in 2D. The output is represented as an envelope diagram, namely a subdivision of the \f$ x\f$-axis into intervals, such that the identity of the curves that induce the envelope on each interval is unique.}
|
|
\PkgSince{3.3}
|
|
\PkgDependsOn{\ref PkgArrangement2}
|
|
\PkgBib{cgal:w-e2}
|
|
\PkgLicense{\ref licensesGPL "GPL"}
|
|
\PkgManuals{Chapter_Envelopes_of_Curves_in_2D,PkgEnvelope2}
|
|
\PkgDescriptionEnd
|
|
|
|
This package consists of functions that compute the lower (or upper)
|
|
envelope of a set of arbitrary curves in 2D. The output is
|
|
represented as an envelope diagram, namely a subdivision of the
|
|
\f$ x\f$-axis into intervals, such that the identity of the curves that
|
|
induce the envelope over each interval is unique.
|
|
|
|
*/
|