CGAL 5.1 - Bounding Volumes
|
#include <CGAL/Min_circle_2_traits_2.h>
The class Min_circle_2_traits_2
is a traits class for Min_circle_2<Traits>
using the two-dimensional CGAL kernel.
K | must be a model for Kernel . |
CGAL::Min_circle_2<Traits>
MinCircle2Traits
Types | |
typedef unspecified_type | Point |
typedef to K::Point_2 . More... | |
typedef unspecified_type | Circle |
internal type. More... | |
Creation | |
Min_circle_2_traits_2 () | |
default constructor. More... | |
Min_circle_2_traits_2 (const Min_circle_2_traits_2< K > &) | |
copy constructor. More... | |
Operations | |
CGAL::Orientation | orientation (const Point &p, const Point &q, const Point &r) const |
returns CGAL::orientation( p, q, r) . More... | |
typedef unspecified_type CGAL::Min_circle_2_traits_2< K >::Circle |
internal type.
typedef unspecified_type CGAL::Min_circle_2_traits_2< K >::Point |
typedef to K::Point_2
.
CGAL::Min_circle_2_traits_2< K >::Min_circle_2_traits_2 | ( | ) |
default constructor.
CGAL::Min_circle_2_traits_2< K >::Min_circle_2_traits_2 | ( | const Min_circle_2_traits_2< K > & | ) |
copy constructor.
CGAL::Orientation CGAL::Min_circle_2_traits_2< K >::orientation | ( | const Point & | p, |
const Point & | q, | ||
const Point & | r | ||
) | const |
returns CGAL::orientation( p, q, r)
.