\( \newcommand{\E}{\mathrm{E}} \) \( \newcommand{\A}{\mathrm{A}} \) \( \newcommand{\R}{\mathrm{R}} \) \( \newcommand{\N}{\mathrm{N}} \) \( \newcommand{\Q}{\mathrm{Q}} \) \( \newcommand{\Z}{\mathrm{Z}} \) \( \def\ccSum #1#2#3{ \sum_{#1}^{#2}{#3} } \def\ccProd #1#2#3{ \sum_{#1}^{#2}{#3} }\)
CGAL 4.8.2 - 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).