C# 클래스 Kinect.Core.Filters.Helper.FilterHelper

파일 보기 프로젝트 열기: atosorigin/Kinect

공개 메소드들

메소드 설명
CalculateCorrection ( IList points ) : System.Windows.Media.Media3D.Point3D
GetPoint ( this evt, JointID joint ) : System.Windows.Media.Media3D.Point3D
GetPoints ( this evt ) : List

비공개 메소드들

메소드 설명
SetPoint ( this user, JointID joint, System.Windows.Media.Media3D.Point3D newPoint ) : void

메소드 상세

CalculateCorrection() 공개 정적인 메소드

public static CalculateCorrection ( IList points ) : System.Windows.Media.Media3D.Point3D
points IList
리턴 System.Windows.Media.Media3D.Point3D

GetPoint() 공개 정적인 메소드

public static GetPoint ( this evt, JointID joint ) : System.Windows.Media.Media3D.Point3D
evt this
joint JointID
리턴 System.Windows.Media.Media3D.Point3D

GetPoints() 공개 정적인 메소드

public static GetPoints ( this evt ) : List
evt this
리턴 List