C# Class control.HandPointer

class to get the angle between the kinect space z axis and a specific hand.
Inheritance: Gesture
ファイルを表示 Open project: mahmoudbahaa/XNA-Game-project

Public Methods

Method Description
HandPointer ( int hand ) : System

constructor of HandPointer class

eval ( ) : void

Private Methods

Method Description
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.

Method Details

HandPointer() public method

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

eval() public method

public eval ( ) : void
return void