C# 클래스 SitPerfect.SkeletonExtensions

파일 보기 프로젝트 열기: janmechtel/sitperfect

공개 메소드들

메소드 설명
CalculateAngleBetweenJoints ( Microsoft.Kinect.Joint joint1, Microsoft.Kinect.Joint joint2 ) : double

Calculates the angle between two joings

CalculateAngleBetweenTwoPoints ( float X1, float Y1, float X2, float Y2 ) : double

Calculates the angle between two points

GetAngleHeadShoulderCenter ( this skel ) : double
GetAngleHeadShoulderRight ( this skel ) : double

메소드 상세

CalculateAngleBetweenJoints() 공개 정적인 메소드

Calculates the angle between two joings
public static CalculateAngleBetweenJoints ( Microsoft.Kinect.Joint joint1, Microsoft.Kinect.Joint joint2 ) : double
joint1 Microsoft.Kinect.Joint The first joint
joint2 Microsoft.Kinect.Joint The second joint
리턴 double

CalculateAngleBetweenTwoPoints() 공개 정적인 메소드

Calculates the angle between two points
public static CalculateAngleBetweenTwoPoints ( float X1, float Y1, float X2, float Y2 ) : double
X1 float The X coordinate of the first point
Y1 float The Y coordinate of the first point
X2 float The X coordinate of the second point
Y2 float The Y coordinate of the second point
리턴 double

GetAngleHeadShoulderCenter() 공개 정적인 메소드

public static GetAngleHeadShoulderCenter ( this skel ) : double
skel this
리턴 double

GetAngleHeadShoulderRight() 공개 정적인 메소드

public static GetAngleHeadShoulderRight ( this skel ) : double
skel this
리턴 double