Click or drag to resize

ConcaveHull Class

Represents the concave hull of a set of 2D points.
Inheritance Hierarchy
SystemObject
  Altaxo.Geometry.Double_2DConcaveHull

Namespace: Altaxo.Geometry.Double_2D
Assembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
public class ConcaveHull

The ConcaveHull type exposes the following members.

Constructors
 NameDescription
Public methodConcaveHull Initializes a new instance of the ConcaveHull class.
Top
Properties
 NameDescription
Public propertyConcaveHullPoints Gets the points that form the concave hull.
Public propertyConvexHullPoints Gets the points that form the convex hull.
Public propertyPointsNotOnConvexHull Gets the points that are not part of the convex hull.
Top
Methods
 NameDescription
Public methodEqualsDetermines whether the specified object is equal to the current object.
(Inherited from Object)
Protected methodFinalizeAllows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object)
Public methodGetHashCodeServes as the default hash function.
(Inherited from Object)
Public methodGetTypeGets the Type of the current instance.
(Inherited from Object)
Protected methodMemberwiseCloneCreates a shallow copy of the current Object.
(Inherited from Object)
Public methodSetConcaveHull Sets a concave hull with parameters that could be different from those provided in the constructor.
Public methodToStringReturns a string that represents the current object.
(Inherited from Object)
Top
See Also