Method | Description | |
---|---|---|
AddPoints ( |
||
AddPoints ( System.Windows.Media.Media3D.Point3D left, System.Windows.Media.Media3D.Point3D right ) : void | ||
ClapGesture ( ) : System | ||
Process ( IUserChangedEvent evt ) : void | ||
WriteToLogFile ( ) : void | ||
WriteToLogString ( ) : string |
Method | Description | |
---|---|---|
OnDoubleClap ( IUserChangedEvent userEvent ) : void | ||
OnSingleClap ( IUserChangedEvent userEvent ) : void |
Method | Description | |
---|---|---|
AddPoint ( System.Windows.Media.Media3D.Point3D point, List |
||
CheckForDoubleClap ( ) : bool | ||
WriteLog ( ) : string |
public AddPoints ( System.Windows.Media.Media3D.Point3D left, System.Windows.Media.Media3D.Point3D right ) : void | ||
left | System.Windows.Media.Media3D.Point3D | |
right | System.Windows.Media.Media3D.Point3D | |
return | void |
protected OnDoubleClap ( IUserChangedEvent userEvent ) : void | ||
userEvent | IUserChangedEvent | |
return | void |
protected OnSingleClap ( IUserChangedEvent userEvent ) : void | ||
userEvent | IUserChangedEvent | |
return | void |
public Process ( IUserChangedEvent evt ) : void | ||
evt | IUserChangedEvent | |
return | void |