Class ChainHull
- Namespace
- Alis.Core.Physic.Common.ConvexHull
- Assembly
- Alis.dll
Andrew's Monotone Chain Convex Hull algorithm. Used to get the convex hull of a point cloud. Source: http://www.softsurfer.com/Archive/algorithm_0109/algorithm_0109.htm
public static class ChainHull
Inheritance
Inherited Members
Fields
_pointComparer
The point comparer
private static readonly ChainHull.PointComparer _pointComparer
Field Value
Methods
GetConvexHull(Vertices)
Returns the convex hull from the given vertices..
public static Vertices GetConvexHull(Vertices vertices)
Parameters
vertices
Vertices