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

Traits class for CGAL 2D kernel objects

#include <CGAL/point_set_traits_2.h>

The traits class point_set_traits_2<T> deals with CGAL 2D kernel objects.

Types

typedef T::FT FT;

typedef Point_2<T> Point;

typedef Segment_2<T>
Segment;

typedef Line_2<T> Line;

typedef Circle_2<T>
Circle;

point_set_traits_2<T>::Compare_xy_2

point_set_traits_2<T>::Compare_dist_2

point_set_traits_2<T>::Orientation

point_set_traits_2<T>::Side_of_oriented_circle_2

point_set_traits_2<T>::Side_of_halfspace_2

point_set_traits_2<T>::Segment_has_on_2

point_set_traits_2<T>::Squared_distance

point_set_traits_2<T>::Squared_distance_to_line

point_set_traits_2<T>::Circle_bounded_side_2

point_set_traits_2<T>::Circle_center_2

point_set_traits_2<T>::Construct_circle_2

point_set_traits_2<T>::Construct_segment_2

point_set_traits_2<T>::Construct_line_2


Next: Class declaration of point_set_leda_float_traits_2
Navigation: Up, Table of Contents, Bibliography, Index, Title Page
The GALIA project. Jan 18, 2000.