|
| template<class PointRange , class NamedParameters_1 = parameters::Default_named_parameters, class NamedParameters_2 = parameters::Default_named_parameters> |
| bool | CGAL::Convex_hull_3::do_intersect (const PointRange &r1, const PointRange &r2, const NamedParameters_1 &np1=parameters::default_values(), const NamedParameters_2 &np2=parameters::default_values()) |
| | indicates if the convex hull of point sets provide intersect or not.
|
| |
| template<class AdjacencyGraph , class NamedParameters_1 = parameters::Default_named_parameters, class NamedParameters_2 = parameters::Default_named_parameters> |
| bool | CGAL::Convex_hull_3::do_intersect (const AdjacencyGraph &g1, const AdjacencyGraph &g2, const NamedParameters_1 &np1=parameters::default_values(), const NamedParameters_2 &np2=parameters::default_values()) |
| | indicates if the convex graph provide intersect or not.
|
| |
| template<class PolygonMesh , class NamedParameters_1 = parameters::Default_named_parameters, class NamedParameters_2 = parameters::Default_named_parameters> |
| bool | CGAL::Convex_hull_3::do_intersect (const Convex_hull_hierarchy< PolygonMesh > &ch1, const Convex_hull_hierarchy< PolygonMesh > &ch2, const NamedParameters_1 &np1=parameters::default_values(), const NamedParameters_2 &np2=parameters::default_values()) |
| | indicates if the convex hulls provide intersect or not.
|
| |
| template<class Graph , class Direction_3 , class NamedParameters > |
| Point_3 | CGAL::Convex_hull_3::extreme_point (const Graph &g, const Direction_3 &dir, const NamedParameters &np) |
| | computes the furthest point of the convex graph along the direction.
|
| |
| template<class PointRange , class Direction_3 , class NamedParameters > |
| Point_3 | CGAL::Convex_hull_3::extreme_point (const PointRange &r, const Direction_3 &dir, const NamedParameters &np) |
| | computes the furthest point of the range along the direction.
|
| |
| template<class PolygonMesh , class Direction_3 , class NamedParameters > |
| Point_3 | CGAL::Convex_hull_3::extreme_point (const Convex_hull_hierarchy< PolygonMesh > &ch, const Direction_3 &dir, const NamedParameters &np) |
| | computes the furthest point of the convex hull along the direction.
|
| |
| template<class PointRange , class NamedParameters_1 = parameters::Default_named_parameters, class NamedParameters_2 = parameters::Default_named_parameters> |
| FT | CGAL::Convex_hull_3::separation_distance (const PointRange &r1, const PointRange &r2, const NamedParameters_1 &np1=parameters::default_values(), const NamedParameters_2 &np2=parameters::default_values()) |
| | provides a lower bound on the distance between the two convex hull of point sets provide.
|
| |
| template<class AdjacencyGraph , class NamedParameters_1 = parameters::Default_named_parameters, class NamedParameters_2 = parameters::Default_named_parameters> |
| FT | CGAL::Convex_hull_3::separation_distance (const AdjacencyGraph &g1, const AdjacencyGraph &g2, const NamedParameters_1 &np1=parameters::default_values(), const NamedParameters_2 &np2=parameters::default_values()) |
| | provides a lower bound on the distance between the two convex graph.
|
| |
| template<class PolygonMesh , class NamedParameters_1 = parameters::Default_named_parameters, class NamedParameters_2 = parameters::Default_named_parameters> |
| FT | CGAL::Convex_hull_3::separation_distance (const Convex_hull_hierarchy< PolygonMesh > &ch1, const Convex_hull_hierarchy< PolygonMesh > &ch2, const NamedParameters_1 &np1=parameters::default_values(), const NamedParameters_2 &np2=parameters::default_values()) |
| | provides a lower bound on the distance between the two convex hulls.
|
| |