ConvexHullPolyhedronVertex_3

Definition

The requirements of the vertex type of the polyhedron to be built by the function convex_hull_3.

Has Models

CGAL::Polyhedron_3<Traits>::Vertex.

Creation

ConvexHullPolyhedronVertex_3 v;
default constructor.

Operations

Point& v.point ()
const Point& v.point () const the point.

See Also

CGAL::Polyhedron_3<Traits>
ConvexHullPolyhedronFacet_3
ConvexHullPolyhedronHalfedge_3