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

ConvexHull() 공개 메소드

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