CCT.NUI.Core.Shape.ConvexHull.ConvexHull C# (CSharp) Méthode

ConvexHull() public méthode

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