The class Min_ellipse_2_traits_2<K> is a traits class for CGAL::Min_ellipse_2<Traits> using the two-dimensional CGAL kernel.
#include <CGAL/Min_ellipse_2_traits_2.h>
The template parameter K is a model for Kernel.
| |
typedef to K::Point_2.
| |
| |
internal type.
|
The Ellipse type provides the following access methods not required by the concept MinEllipse2Traits.
|
| |||
tests whether the ellipse is a circle. | ||||
|
| |||
gives a double approximation of the ellipse's conic equation. If K is a Cartesian kernel, the ellipse is the set of all points satisfying . In the Homogeneous case, the ellipse is the set of points satisfying . |
| |
default constructor.
| |
| |
copy constructor.
|
CGAL::Min_ellipse_2<Traits>
MinEllipse2Traits