CGAL 5.0.3 - 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 . | |
typedef unspecified_type | Circle |
internal type. | |
Creation | |
Min_circle_2_traits_2 () | |
default constructor. | |
Min_circle_2_traits_2 (const Min_circle_2_traits_2< K > &) | |
copy constructor. | |
Operations | |
CGAL::Orientation | orientation (const Point &p, const Point &q, const Point &r) const |
returns CGAL::orientation( p, q, r) . | |