CGAL 4.3 - 2D Convex Hulls and Extreme Points
|
#include <CGAL/Convex_hull_projective_xy_traits_2.h>
Projection_traits_xy_3
can be found in the 2D and 3D Linear Geometric Kernel. Note that the deprecated class was templated by a point class, whereas the new class is templated by a geometric kernel.The class Convex_hull_projective_xy_traits_2
serves as a traits class for all the two-dimensional convex hull and extreme point calculation function. This class can be used to compute the convex hull of a set of 3D points projected onto the \( xy\) plane (i.e., by ignoring the \( z\) coordinate).
Types | |
typedef Point_3 | Point_2 |
typedef Less_xy_plane_xy_2 < Point_3 > | Less_xy_2 |
typedef Less_yx_plane_xy_2 < Point_3 > | Less_yx_2 |
typedef Less_dist_to_line_plane_xy_2 < Point_3 > | Less_signed_distance_to_line_2 |
typedef Less_rotate_ccw_plane_xy_2 < Point_3 > | Less_rotate_ccw_2 |
typedef Left_turn_plane_xy_2 < Point_3 > | Left_turn_2 |
typedef Equal_xy_plane_xy_2 < Point_3 > | Equal_2 |
Creation | |
Convex_hull_projective_xy_traits_2 () | |
default constructor. | |