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

ClusterPrototype() public method

public ClusterPrototype ( System.Point center ) : System
center System.Point
return System
        public ClusterPrototype(Point center) 
        {
            this.center = center;
            this.points = new List<Point>();
        }

Same methods

ClusterPrototype::ClusterPrototype ( System.Point center, IList points ) : System
ClusterPrototype::ClusterPrototype ( int x, int y, int z ) : System