| facets | mPower Reference Home |
facets is an option for convexHullFormat.
If facets→True then the return value of convexHull has the form
{...
facets→{{i11,i12,..},{i21,i22,..}
...}
where the kth facet is formed by points
{ik1,ik2,..}. Each ikj is an integer representing the index of the point input to
convexHull.
This option may only be requested for three-dimensional data.