C# 클래스 CCT.NUI.Core.Volume

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

공개 메소드들

메소드 설명
Contains ( int x, int y, int z ) : bool
SetLocation ( Point location ) : void
Volume ( IList points ) : System

메소드 상세

Contains() 공개 메소드

public Contains ( int x, int y, int z ) : bool
x int
y int
z int
리턴 bool

SetLocation() 공개 메소드

public SetLocation ( Point location ) : void
location Point
리턴 void

Volume() 공개 메소드

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