Concave |
public class ConcaveHull
The ConcaveHull type exposes the following members.
Name | Description | |
---|---|---|
![]() | ConcaveHull | Initializes a new instance of the ConcaveHull class. |
Name | Description | |
---|---|---|
![]() | ConcaveHullPoints | Gets the points that form the concave hull. |
![]() | ConvexHullPoints | Gets the points that form the convex hull. |
![]() | PointsNotOnConvexHull | Gets the points that are not part of the convex hull. |
Name | Description | |
---|---|---|
![]() | Equals | Determines whether the specified object is equal to the current object. (Inherited from Object) |
![]() | Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object) |
![]() | GetHashCode | Serves as the default hash function. (Inherited from Object) |
![]() | GetType | Gets the Type of the current instance. (Inherited from Object) |
![]() | MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object) |
![]() | SetConcaveHull | Sets a concave hull with parameters that could be different from those provided in the constructor. |
![]() | ToString | Returns a string that represents the current object. (Inherited from Object) |