CCT.NUI.Core.Clustering.Cluster.Cluster C# (CSharp) Method

Cluster() public method

public Cluster ( IList points ) : System
points IList
return 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