C# 클래스 CCT.NUI.Core.Clustering.Cluster

상속: ILocatable
파일 보기 프로젝트 열기: an83/KinectTouch2 1 사용 예제들

보호된 프로퍼티들

프로퍼티 타입 설명
center System.Point
points IList

공개 메소드들

메소드 설명
Cluster ( IList points ) : System
Cluster ( System.Point center, IList points ) : System
Cluster ( System.Point center, IList points, Volume volume ) : System

메소드 상세

Cluster() 공개 메소드

public Cluster ( IList points ) : System
points IList
리턴 System

Cluster() 공개 메소드

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

Cluster() 공개 메소드

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

프로퍼티 상세

center 보호되어 있는 프로퍼티

protected Point,System center
리턴 System.Point

points 보호되어 있는 프로퍼티

protected IList points
리턴 IList