CGAL 6.0 - 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.
ConvexHullTraits_2
Creation | |
Convex_hull_traits_2 (Convex_hull_traits_2 &t) | |
copy constructor. | |
Operations | |
Less_xy_2 | less_xy_2_object () |
Less_yx_2 | less_yx_2_object () |
Compare_signed_distance_to_line_2 | compare_signed_distance_to_line_2_object () |
Less_rotate_ccw_2 | less_rotate_ccw_2_object () |
Left_turn_2 | left_turn_2_object () |
Equal_2 | equal_2_object () |
Orientation_2 | orientation_2_object () |