C# 클래스 Com.Enterprisecoding.RobosapienKinect.GestureCommands.GestureCommandBase

파일 보기 프로젝트 열기: fatihboy/Robosapien

보호된 프로퍼티들

프로퍼티 타입 설명
RoboManagerInstance RoboManager

공개 메소드들

메소드 설명
Execute ( ) : void
ShouldHandle ( JointCollection joints ) : bool

보호된 메소드들

메소드 설명
GetAngle ( System.Windows.Media.Media3D.Vector3D firstVector, System.Windows.Media.Media3D.Vector3D secondVector, System.Windows.Media.Media3D.Vector3D intersectionVector ) : double

메소드 상세

Execute() 공개 추상적인 메소드

public abstract Execute ( ) : void
리턴 void

GetAngle() 보호된 메소드

protected GetAngle ( System.Windows.Media.Media3D.Vector3D firstVector, System.Windows.Media.Media3D.Vector3D secondVector, System.Windows.Media.Media3D.Vector3D intersectionVector ) : double
firstVector System.Windows.Media.Media3D.Vector3D
secondVector System.Windows.Media.Media3D.Vector3D
intersectionVector System.Windows.Media.Media3D.Vector3D
리턴 double

ShouldHandle() 공개 추상적인 메소드

public abstract ShouldHandle ( JointCollection joints ) : bool
joints JointCollection
리턴 bool

프로퍼티 상세

RoboManagerInstance 보호되어 있는 프로퍼티

protected RoboManager RoboManagerInstance
리턴 RoboManager