C# Class CCT.NUI.Core.Clustering.Cluster

Inheritance: ILocatable
Datei anzeigen Open project: an83/KinectTouch2 Class Usage Examples

Protected Properties

Property Type Description
center System.Point
points IList

Public Methods

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

Method Details

Cluster() public method

public Cluster ( IList points ) : System
points IList
return System

Cluster() public method

public Cluster ( System.Point center, IList points ) : System
center System.Point
points IList
return System

Cluster() public method

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

Property Details

center protected_oe property

protected Point,System center
return System.Point

points protected_oe property

protected IList points
return IList