C# 클래스 KineticMath.Kinect.Gestures.HitGesture

상속: IGesture
파일 보기 프로젝트 열기: kingston/kineticmath 1 사용 예제들

공개 메소드들

메소드 설명
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