|
template<class PlaneIterator , class PolygonMesh > |
void | halfspace_intersection_3 (PlaneIterator begin, PlaneIterator end, PolygonMesh &pm, boost::optional< Kernel_traits< std::iterator_traits< PlaneIterator >::value_type >::Kernel::Point_3 > > origin=boost::none) |
| computes robustly the intersection of the halfspaces defined by the planes contained in the range [begin , end ) without constructing the dual points. More...
|
|
template<class PlaneIterator , class PolygonMesh , class Traits > |
void | halfspace_intersection_with_constructions_3 (PlaneIterator pbegin, PlaneIterator pend, PolygonMesh &pm, boost::optional< Kernel_traits< std::iterator_traits< PlaneIterator >::value_type >::Kernel::Point_3 > > origin=boost::none, const Traits &ch_traits=Default_traits) |
| computes the intersection of the halfspaces defined by the planes contained in the range [begin , end ). More...
|
|
template<class InputIterator , class PolygonMesh , class Traits > |
void | convex_hull_3 (InputIterator first, InputIterator last, PolygonMesh &pm, const Traits &ch_traits=Default_traits) |
| computes the convex hull of the set of points in the range [first , last ). More...
|
|
template<class InputIterator , class Traits > |
void | convex_hull_3 (InputIterator first, InputIterator last, Object &ch_object, const Traits &ch_traits=Default_traits) |
| computes the convex hull of the set of points in the range [first , last ). More...
|
|
template<class Triangulation , class PolygonMesh > |
void | convex_hull_3_to_face_graph (const Triangulation &T, PolygonMesh &pm) |
| fills a polyhedron with the convex hull of a set of 3D points contained in a 3D triangulation of CGAL. More...
|
|
template<class Triangulation , class Polyhedron > |
void | convex_hull_3_to_polyhedron_3 (const Triangulation &T, Polyhedron &P) |
| fills a polyhedron with the convex hull of a set of 3D points contained in a 3D triangulation of CGAL. More...
|
|
template<class PolygonMesh , class Traits > |
bool | is_strongly_convex_3 (PolygonMesh &pm, const Traits &traits=Default_traits) |
| determines if the vertices of a given polyhedron represents a strongly convex set of points or not. More...
|
|