|
CGAL 4.7 - 3D Convex Hulls
|
Requirements of the facet type of a polyhedron built by the function CGAL::convex_hull_3().
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 | |
| Plane & | plane () |
| const Plane & | plane () 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... | |
circulator of halfedges around a facet.
handle to halfedge.
plane equation type stored in facets.
| 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.