C# Class control.HandPointer

class to get the angle between the kinect space z axis and a specific hand.
Inheritance: Gesture
Afficher le fichier Open project: mahmoudbahaa/XNA-Game-project

Méthodes publiques

Méthode Description
HandPointer ( int hand ) : System

constructor of HandPointer class

eval ( ) : void

Private Methods

Méthode 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 méthode

constructor of HandPointer class
public HandPointer ( int hand ) : System
hand int A specific hand
Résultat System

eval() public méthode

public eval ( ) : void
Résultat void