CGAL 4.4 - 3D Convex Hulls
All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Groups Pages
ConvexHullPolyhedronFacet_3 Concept Reference

Definition

Types

typedef unspecified_type Plane
 plane equation type stored in facets.
 
typedef unspecified_type Halfedge_handle
 handle to halfedge.
 
typedef unspecified_type Halfedge_around_facet_circulator
 circulator of halfedges around a facet.
 

Creation

 Facet ()
 default constructor.
 

Operations

Planeplane ()
 
const Planeplane () const
 plane equation.
 
Halfedge_handle halfedge ()
 an incident halfedge that points to f.
 
Halfedge_around_facet_circulator facet_begin ()
 circulator of halfedges around the facet (counterclockwise).