mirror of https://github.com/CGAL/cgal
updated
This commit is contained in:
parent
a28c3f37b2
commit
09bee48c4b
|
|
@ -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.
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in New Issue