Scilab Function
Last update : 29/11/2005
cgal_convex_hull_3 - Convex hull in 3d space.
Calling Sequence
-
H=cgal_convex_hull_3(X);
Parameters
-
X
: is m x 3 array representing m points in 3d space.
-
H
: is (nbFacets,degreeOfFacet) array of points indices, each row of H contain one facet of the convex hull of X.
Description
The function cgal_convex_hull_3 computes the convex hull of a given set of three-dimensional points.
See Also
cgal_convex_hull_2
,
Authors
-
Naceur MESKINI.