\( \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.7 - 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. More...
 
typedef unspecified_type Halfedge_handle
 handle to halfedge. More...
 
typedef unspecified_type Halfedge_around_facet_circulator
 circulator of halfedges around a facet. More...
 

Creation

 Facet ()
 default constructor. More...
 

Operations

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

Member Typedef Documentation

plane equation type stored in facets.

Member Function Documentation

ConvexHullPolyhedronFacet_3::Facet ( )

default constructor.

Halfedge_around_facet_circulator ConvexHullPolyhedronFacet_3::facet_begin ( )

circulator of halfedges around the facet (counterclockwise).

Halfedge_handle ConvexHullPolyhedronFacet_3::halfedge ( )

an incident halfedge that points to f.

Plane& ConvexHullPolyhedronFacet_3::plane ( )
const Plane& ConvexHullPolyhedronFacet_3::plane ( ) const

plane equation.