C# Class KineticMath.Kinect.Gestures.HitGesture

Inheritance: IGesture
Afficher le fichier Open project: kingston/kineticmath Class Usage Examples

Méthodes publiques

Méthode Description
HitGesture ( List hitRectangles, IPointConverter pointConverter ) : System
OnProcessSkeleton ( Microsoft.Kinect.Skeleton skeleton ) : void

Private Methods

Méthode Description
ComputeJointVelocity ( JointType type ) : Vector

Computes the velocity of a joint given the joint history

HitTestRects ( Microsoft.Kinect.SkeletonPoint skelPt ) : int

Checks whether the joint hit a rectangle and if so, return the index of the rect it hit

Method Details

HitGesture() public méthode

public HitGesture ( List hitRectangles, IPointConverter pointConverter ) : System
hitRectangles List
pointConverter IPointConverter
Résultat System

OnProcessSkeleton() public méthode

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