CCT.NUI.Core.Shape.ConvexHull.ConvexHull C# (CSharp) Method

ConvexHull() public method

public ConvexHull ( IList points ) : System
points IList
return System
        public ConvexHull(IList<Point> points)
        {
            this.Points = points;
        }
ConvexHull