CGAL 4.8.1 - 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. | |
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 | |
Plane & | plane () |
const Plane & | plane () 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). | |