![]() |
| GeneralPolygon_2 polygon; | |
|
default constructor.
| |
| GeneralPolygon_2 polygon ( other); | |
|
copy constructor.
| |
| GeneralPolygon_2 | polygon = other | assignment operator. |
| template <class InputIterator> | |
| GeneralPolygon_2 polygon ( InputIterator begin, InputIterator end); | |
|
constructs a general polygon from a given range of curves.
| |