C# 클래스 GestureFramework.BoneData

파일 보기 프로젝트 열기: UPS-CS240-F12/motion-capture

공개 프로퍼티들

프로퍼티 타입 설명
LastSegment Segment
Segment Segment
TimeLastUpdated System.DateTime
XVelocity double
XVelocity2 double
YVelocity double
YVelocity2 double

공개 메소드들

메소드 설명
BoneData ( Segment s ) : System
GetEstimatedSegment ( System.DateTime cur ) : Segment
UpdateSegment ( Segment s ) : void

메소드 상세

BoneData() 공개 메소드

public BoneData ( Segment s ) : System
s Segment
리턴 System

GetEstimatedSegment() 공개 메소드

public GetEstimatedSegment ( System.DateTime cur ) : Segment
cur System.DateTime
리턴 Segment

UpdateSegment() 공개 메소드

public UpdateSegment ( Segment s ) : void
s Segment
리턴 void

프로퍼티 상세

LastSegment 공개적으로 프로퍼티

public Segment,GestureFramework LastSegment
리턴 Segment

Segment 공개적으로 프로퍼티

public Segment,GestureFramework Segment
리턴 Segment

TimeLastUpdated 공개적으로 프로퍼티

public DateTime,System TimeLastUpdated
리턴 System.DateTime

XVelocity 공개적으로 프로퍼티

public double XVelocity
리턴 double

XVelocity2 공개적으로 프로퍼티

public double XVelocity2
리턴 double

YVelocity 공개적으로 프로퍼티

public double YVelocity
리턴 double

YVelocity2 공개적으로 프로퍼티

public double YVelocity2
리턴 double