#include <Concepts/MinCircle2Traits.h>
This concept defines the requirements for traits classes of CGAL::Min_circle_2<Traits>
.
- Has Models:
CGAL::Min_circle_2_traits_2<K>
- See also
CGAL::Min_circle_2<Traits>
|
typedef unspecified_type | Point |
| The point type must provide default and copy constructor, assignment and equality test. More...
|
|
typedef unspecified_type | Circle |
| The circle type must fulfill the requirements listed below in the next section. More...
|
|
◆ Circle
The circle type must fulfill the requirements listed below in the next section.
◆ Point
The point type must provide default and copy constructor, assignment and equality test.
◆ MinCircle2Traits() [1/2]
MinCircle2Traits::MinCircle2Traits |
( |
| ) |
|
◆ MinCircle2Traits() [2/2]
◆ orientation()
◆ circle
Circle MinCircle2Traits::circle |
The current circle.
This variable is maintained by the algorithm, the user should neither access nor modify it directly.