C# 클래스 LightBuzz.Vitruvius.FingerTracking.DepthPointEx

파일 보기 프로젝트 열기: inessadl/kinect-2-libras 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
X float
Y float
Z float
Zero DepthPointEx

공개 메소드들

메소드 설명
Angle ( DepthPointEx center, DepthPointEx start, DepthPointEx end ) : double
Angle ( float centerX, float centerY, float startX, float startY, float endX, float endY ) : double
Center ( DepthPointEx p1, DepthPointEx p2 ) : DepthPointEx
Center ( IList points ) : DepthPointEx
DepthPointEx ( DepthPointEx point ) : System
DepthPointEx ( float x, float y, float z ) : System
Distance ( DepthPointEx p1, DepthPointEx p2 ) : double
Distance ( double x1, double y1, double x2, double y2 ) : double
FindIndexOfNearestPoint ( DepthPointEx target, IList points ) : int
FindNearestPoint ( DepthPointEx target, IEnumerable points ) : DepthPointEx

메소드 상세

Angle() 공개 정적인 메소드

public static Angle ( DepthPointEx center, DepthPointEx start, DepthPointEx end ) : double
center DepthPointEx
start DepthPointEx
end DepthPointEx
리턴 double

Angle() 공개 정적인 메소드

public static Angle ( float centerX, float centerY, float startX, float startY, float endX, float endY ) : double
centerX float
centerY float
startX float
startY float
endX float
endY float
리턴 double

Center() 공개 정적인 메소드

public static Center ( DepthPointEx p1, DepthPointEx p2 ) : DepthPointEx
p1 DepthPointEx
p2 DepthPointEx
리턴 DepthPointEx

Center() 공개 정적인 메소드

public static Center ( IList points ) : DepthPointEx
points IList
리턴 DepthPointEx

DepthPointEx() 공개 메소드

public DepthPointEx ( DepthPointEx point ) : System
point DepthPointEx
리턴 System

DepthPointEx() 공개 메소드

public DepthPointEx ( float x, float y, float z ) : System
x float
y float
z float
리턴 System

Distance() 공개 정적인 메소드

public static Distance ( DepthPointEx p1, DepthPointEx p2 ) : double
p1 DepthPointEx
p2 DepthPointEx
리턴 double

Distance() 공개 정적인 메소드

public static Distance ( double x1, double y1, double x2, double y2 ) : double
x1 double
y1 double
x2 double
y2 double
리턴 double

FindIndexOfNearestPoint() 공개 정적인 메소드

public static FindIndexOfNearestPoint ( DepthPointEx target, IList points ) : int
target DepthPointEx
points IList
리턴 int

FindNearestPoint() 공개 정적인 메소드

public static FindNearestPoint ( DepthPointEx target, IEnumerable points ) : DepthPointEx
target DepthPointEx
points IEnumerable
리턴 DepthPointEx

프로퍼티 상세

X 공개적으로 프로퍼티

public float X
리턴 float

Y 공개적으로 프로퍼티

public float Y
리턴 float

Z 공개적으로 프로퍼티

public float Z
리턴 float

Zero 공개적으로 정적으로 프로퍼티

public static DepthPointEx,LightBuzz.Vitruvius.FingerTracking Zero
리턴 DepthPointEx