CGAL 5.1 - 2D Convex Hulls and Extreme Points
|
#include <CGAL/convex_hull_traits_2.h>
The class Convex_hull_traits_2
serves as a traits class for all the two-dimensional convex hull and extreme point calculation function. This class corresponds to the default traits class for these functions.
Types | |
typedef R::Point_2 | Point_2 |
typedef R::Less_xy | Less_xy_2 |
typedef R::Less_yx | Less_yx_2 |
typedef R::Less_signed_distance_to_line_2 | Less_signed_distance_to_line_2 |
typedef R::Less_rotate_ccw_2 | Less_rotate_ccw_2 |
typedef R::Left_turn_2 | Left_turn_2 |
typedef R::Equal_2 | Equal_2 |
typedef R::Orientation_2 | Orientation_2 |
Creation | |
Convex_hull_traits_2 (Convex_hull_traits_2 &t) | |
copy constructor. More... | |
typedef R::Equal_2 CGAL::Convex_hull_traits_2< R >::Equal_2 |
typedef R::Left_turn_2 CGAL::Convex_hull_traits_2< R >::Left_turn_2 |
typedef R::Less_rotate_ccw_2 CGAL::Convex_hull_traits_2< R >::Less_rotate_ccw_2 |
typedef R::Less_signed_distance_to_line_2 CGAL::Convex_hull_traits_2< R >::Less_signed_distance_to_line_2 |
typedef R::Less_xy CGAL::Convex_hull_traits_2< R >::Less_xy_2 |
typedef R::Less_yx CGAL::Convex_hull_traits_2< R >::Less_yx_2 |
typedef R::Orientation_2 CGAL::Convex_hull_traits_2< R >::Orientation_2 |
typedef R::Point_2 CGAL::Convex_hull_traits_2< R >::Point_2 |
CGAL::Convex_hull_traits_2< R >::Convex_hull_traits_2 | ( | Convex_hull_traits_2< R > & | t | ) |
copy constructor.
Equal_2 CGAL::Convex_hull_traits_2< R >::equal_2_object | ( | ) |
Left_turn_2 CGAL::Convex_hull_traits_2< R >::left_turn_2_object | ( | ) |
Less_rotate_ccw_2 CGAL::Convex_hull_traits_2< R >::less_rotate_ccw_2_object | ( | ) |
Less_signed_distance_to_line_2 CGAL::Convex_hull_traits_2< R >::less_signed_distance_to_line_2_object | ( | ) |
Less_xy_2 CGAL::Convex_hull_traits_2< R >::less_xy_2_object | ( | ) |
Less_yx_2 CGAL::Convex_hull_traits_2< R >::less_yx_2_object | ( | ) |
Orientation_2 CGAL::Convex_hull_traits_2< R >::orientation_2_object | ( | ) |