C# Class control.shoulderDifference

class to get the z difference between the 2 shoulders.
Inheritance: Gesture
显示文件 Open project: mahmoudbahaa/XNA-Game-project

Public Properties

Property Type Description
left bool
right bool

Public Methods

Method Description
eval ( ) : void
shoulderDifference ( ) : System

Method Details

eval() public method

public eval ( ) : void
return void

shoulderDifference() public method

public shoulderDifference ( ) : System
return System

Property Details

left public_oe property

public bool left
return bool

right public_oe property

public bool right
return bool