This concept defines the requirements for traits classes of CGAL::Min_ellipse_2<Traits>.
| |
The point type must provide default and copy constructor,
assignment and equality test.
| |
| |
The ellipse type must fulfill the requirements listed below
in the next section.
|
|
| The current ellipse. This variable is maintained by the algorithm, the user should neither access nor modify it directly. |
Only default and copy constructor are required.
| |
|
CGAL::Min_ellipse_2_traits_2<K>
CGAL::Min_ellipse_2<Traits>