This commit is contained in:
Efi Fogel 2016-11-23 16:01:19 +02:00
parent a28c3f37b2
commit 09bee48c4b
2 changed files with 6 additions and 0 deletions

View File

@ -11,6 +11,9 @@ namespace Set_movable_separability_2 {
* colliding into the mold (but possibly sliding along the mold surface). It is
* required that the polygon is <em>castable</em> this way.
*
* The type that substitutes the template parameter `%CastingTraits_2` must be
* a model of the concept `CastingTraits_2`.
*
* \param[in] pgn the input polygon.
* \param[in] i the index of an edge in pgn.
* \param[in] d the tested direction.

View File

@ -13,6 +13,9 @@ namespace Set_movable_separability_2 {
* \f$y\f$-axis. In other words, every direction in the range (if exists) must
* have a positive component in the positive \f$y\f$-direction.
*
* The type that substitutes the template parameter `%CastingTraits_2` must be
* a model of the concept `CastingTraits_2`.
*
* \param[in] pgn the input polygon.
* \param[in] i the index of an edge in pgn.
* \return a pair of elements, where the first is a Boolean that indicates