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

Show file Open project: an83/KinectTouch2

Public Methods

Method Description
CreateClusters ( int numberOfClusters, IntSize areaSize ) : IList

Private Methods

Method Description
CreateClusterWithin ( int minX, int maxX, int minY, int maxY ) : ClusterPrototype

Method Details

CreateClusters() public method

public CreateClusters ( int numberOfClusters, IntSize areaSize ) : IList
numberOfClusters int
areaSize IntSize
return IList