Computes the convex hull of a collection of points on the surface of the sphere. Uses QuickHull3D

Namespace: Spherical.Shape
Assembly: SphericalHtm (in SphericalHtm.dll) Version: 1.0.0.0

Syntax

C#
public sealed class Chull
Visual C++
public ref class Chull sealed
F#
[<SealedAttribute>]
type Chull =  class end

Inheritance Hierarchy

System..::..Object
  Spherical.Shape..::..Chull

See Also