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 | |
---|---|---|
CalculateConcaveHull | Sets a concave hull with parameters that could be different from those provided in the constructor. | |
DoesPointTouchLine | ||
DoLinesIntersectOrTouch | Test if two line segments touch each other or intersect. | |
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) | |
SignOfCrossProduct | Determines whether a point is right, left or on the (infinite long!) line that is defined by the provided line segment. | |
ToString | Returns a string that represents the current object. (Inherited from Object) |