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

GrahamScan() public method

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