C# Class KineticMath.Kinect.Gestures.HandPushGesture

TODO2: Explain how this works
Inheritance: HistoryGestureBase
Afficher le fichier Open project: kingston/kineticmath

Méthodes publiques

Méthode Description
OnProcessSkeleton ( Microsoft.Kinect.Skeleton skeleton ) : void

Private Methods

Méthode Description
IsWithin ( double val, double targetVal, double roughness ) : bool

Method Details

OnProcessSkeleton() public méthode

public OnProcessSkeleton ( Microsoft.Kinect.Skeleton skeleton ) : void
skeleton Microsoft.Kinect.Skeleton
Résultat void