CCT.NUI.Core.Shape.GrahamScan.GrahamScan C# (CSharp) 메소드

GrahamScan() 공개 메소드

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