C# Class KineticMath.Kinect.Gestures.HandPushGesture

TODO2: Explain how this works
Inheritance: HistoryGestureBase
Show file Open project: kingston/kineticmath

Public Methods

Method Description
OnProcessSkeleton ( Microsoft.Kinect.Skeleton skeleton ) : void

Private Methods

Method Description
IsWithin ( double val, double targetVal, double roughness ) : bool

Method Details

OnProcessSkeleton() public method

public OnProcessSkeleton ( Microsoft.Kinect.Skeleton skeleton ) : void
skeleton Microsoft.Kinect.Skeleton
return void