CGAL 6.0 - dD Convex Hulls and Delaunay Triangulations
Loading...
Searching...
No Matches
CGAL::Convex_hull_d_traits_3< R > Struct Template Reference

#include <CGAL/Convex_hull_d_traits_3.h>

Definition

template<typename R>
struct CGAL::Convex_hull_d_traits_3< R >
Deprecated:
This package is deprecated since the version 4.6 of CGAL. The package dD Triangulations should be used instead.

The class Convex_hull_d_traits_3 serves as a traits class for the class Convex_hull_d. This is a traits class that adapts any low-dimensional standard kernel model, e.g. Homogeneous<RT> or Cartesian<FT> for the fixed 3-dimensional usage of Convex_hull_d.

Is model of
ConvexHullTraits_d

Creation

 Convex_hull_d_traits_3 ()
 default constructor.