C# 클래스 control.HandPointer

class to get the angle between the kinect space z axis and a specific hand.
상속: Gesture
파일 보기 프로젝트 열기: mahmoudbahaa/XNA-Game-project

공개 메소드들

메소드 설명
HandPointer ( int hand ) : System

constructor of HandPointer class

eval ( ) : void

비공개 메소드들

메소드 설명
getAngle ( Vector3 v1, Vector3 v2 ) : Vector2

get the angle between the kinect space z axis and a specific hand.

getPos ( ) : Vector3[]

get the difference between shoulder and wrist of a specific arm.

메소드 상세

HandPointer() 공개 메소드

constructor of HandPointer class
public HandPointer ( int hand ) : System
hand int A specific hand
리턴 System

eval() 공개 메소드

public eval ( ) : void
리턴 void