C# Class Choreoh.Global

Afficher le fichier Open project: bhaviksingh/CS160-Choreoh

Méthodes publiques

Свойство Type Description
allSkeletons Microsoft.Kinect.Skeleton[]
canGesture bool
canGestureTimer System.Timers.Timer
initPos bool
initPosOverlay bool
initializeTimer System.Timers.Timer
lastGesture String
pushed bool
windowHeight double
windowWidth double

Méthodes publiques

Méthode Description
canGestureTimer_Elapsed ( object sender, System e ) : void
checkMoves ( LinkedList moves ) : String
initializeTimer_Elapsed ( object sender, System e ) : void

Private Methods

Méthode Description
checkHouse ( LinkedList moves ) : void
checkInitialize ( LinkedList moves ) : void
checkPush ( LinkedList moves ) : void
checkSwipe ( float tolerance, LinkedList moves ) : void

Method Details

canGestureTimer_Elapsed() public static méthode

public static canGestureTimer_Elapsed ( object sender, System e ) : void
sender object
e System
Résultat void

checkMoves() public static méthode

public static checkMoves ( LinkedList moves ) : String
moves LinkedList
Résultat String

initializeTimer_Elapsed() public static méthode

public static initializeTimer_Elapsed ( object sender, System e ) : void
sender object
e System
Résultat void

Property Details

allSkeletons public_oe static_oe property

public static Skeleton[],Microsoft.Kinect allSkeletons
Résultat Microsoft.Kinect.Skeleton[]

canGesture public_oe static_oe property

public static bool canGesture
Résultat bool

canGestureTimer public_oe static_oe property

public static System.Timers.Timer canGestureTimer
Résultat System.Timers.Timer

initPos public_oe static_oe property

public static bool initPos
Résultat bool

initPosOverlay public_oe static_oe property

public static bool initPosOverlay
Résultat bool

initializeTimer public_oe static_oe property

public static System.Timers.Timer initializeTimer
Résultat System.Timers.Timer

lastGesture public_oe static_oe property

public static String lastGesture
Résultat String

pushed public_oe static_oe property

public static bool pushed
Résultat bool

windowHeight public_oe static_oe property

public static double windowHeight
Résultat double

windowWidth public_oe static_oe property

public static double windowWidth
Résultat double