C# Класс KineticMath.Kinect.Gestures.HitGesture

Наследование: IGesture
Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
HitGesture ( List hitRectangles, IPointConverter pointConverter ) : System
OnProcessSkeleton ( Microsoft.Kinect.Skeleton skeleton ) : void

Приватные методы

Метод Описание
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

Описание методов

HitGesture() публичный Метод

public HitGesture ( List hitRectangles, IPointConverter pointConverter ) : System
hitRectangles List
pointConverter IPointConverter
Результат System

OnProcessSkeleton() публичный Метод

public OnProcessSkeleton ( Microsoft.Kinect.Skeleton skeleton ) : void
skeleton Microsoft.Kinect.Skeleton
Результат void