Navigation: Up, Table of Contents, Bibliography, Index, Title Page

Traits Class Implementation using the two-dimensional CGAL-kernel (Min_circle_2_traits_2)

Definition

The class Min_circle_2_traits_2<R> interfaces the 2D optimisation algorithm for smallest enclosing circles with the 2D CGAL-kernel.

#include <CGAL/Min_circle_2_traits_2.h>

Types

typedef Point_2<R> Point;

typedef Optimisation_circle_2<R>
Circle;

Creation

Min_circle_2_traits_2<R> traits;

Min_circle_2_traits_2<R> traits ( Min_circle_2_traits_2<R>);

Operations

Orientation traits.orientation ( Point p, Point q, Point r)
returns orientation( p, q, r).

See Also

Min_circle_2 , Min_circle_2_adapterC2 , Min_circle_2_adapterH2 , Requirements of Traits Classes for 2D Smallest Enclosing Circle.

Example

See example for Min_circle_2 .


Next: Class declaration of Min_circle_2_adapterC2<PT,DA>
Navigation: Up, Table of Contents, Bibliography, Index, Title Page
The GALIA project. Jan 18, 2000.