C# Class Choreoh.Global

Mostrar archivo Open project: bhaviksingh/CS160-Choreoh

Public Properties

Property 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

Public Methods

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

Private Methods

Method 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 method

public static canGestureTimer_Elapsed ( object sender, System e ) : void
sender object
e System
return void

checkMoves() public static method

public static checkMoves ( LinkedList moves ) : String
moves LinkedList
return String

initializeTimer_Elapsed() public static method

public static initializeTimer_Elapsed ( object sender, System e ) : void
sender object
e System
return void

Property Details

allSkeletons public_oe static_oe property

public static Skeleton[],Microsoft.Kinect allSkeletons
return Microsoft.Kinect.Skeleton[]

canGesture public_oe static_oe property

public static bool canGesture
return bool

canGestureTimer public_oe static_oe property

public static System.Timers.Timer canGestureTimer
return System.Timers.Timer

initPos public_oe static_oe property

public static bool initPos
return bool

initPosOverlay public_oe static_oe property

public static bool initPosOverlay
return bool

initializeTimer public_oe static_oe property

public static System.Timers.Timer initializeTimer
return System.Timers.Timer

lastGesture public_oe static_oe property

public static String lastGesture
return String

pushed public_oe static_oe property

public static bool pushed
return bool

windowHeight public_oe static_oe property

public static double windowHeight
return double

windowWidth public_oe static_oe property

public static double windowWidth
return double