CCT.NUI.Core.Clustering.Cluster.Cluster C# (CSharp) 메소드

Cluster() 공개 메소드

public Cluster ( IList points ) : System
points IList
리턴 System
        public Cluster(IList<Point> points)
            : this(Point.Center(points), points)
        { }

Same methods

Cluster::Cluster ( System.Point center, IList points ) : System
Cluster::Cluster ( System.Point center, IList points, Volume volume ) : System
Cluster