C# 클래스 CCT.NUI.Core.Point

파일 보기 프로젝트 열기: an83/KinectTouch2 1 사용 예제들

공개 프로퍼티들

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

공개 메소드들

메소드 설명
Adapt ( Point point ) : void
Center ( IList points ) : Point
Center ( Point p1, Point p2 ) : Point
Distance ( Point p1, Point p2 ) : double
Distance ( double x1, double y1, double x2, double y2 ) : double
Distance2D ( Point p1, Point p2 ) : double
Equals ( object obj ) : bool
FindIndexOfNearestPoint ( Point target, IList points ) : int
FindNearestPoint ( Point target, IEnumerable points ) : Point
GetHashCode ( ) : int
IsZero ( Point point ) : bool
Point ( Point p ) : System
Point ( float x, float y, float z ) : System
Subtract ( Point point1, Point point2 ) : Vector
ToString ( ) : string

메소드 상세

Adapt() 공개 메소드

public Adapt ( Point point ) : void
point Point
리턴 void

Center() 공개 정적인 메소드

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

Center() 공개 정적인 메소드

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

Distance() 공개 정적인 메소드

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

Distance() 공개 정적인 메소드

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

Distance2D() 공개 정적인 메소드

public static Distance2D ( Point p1, Point p2 ) : double
p1 Point
p2 Point
리턴 double

Equals() 공개 메소드

public Equals ( object obj ) : bool
obj object
리턴 bool

FindIndexOfNearestPoint() 공개 정적인 메소드

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

FindNearestPoint() 공개 정적인 메소드

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

GetHashCode() 공개 메소드

public GetHashCode ( ) : int
리턴 int

IsZero() 공개 정적인 메소드

public static IsZero ( Point point ) : bool
point Point
리턴 bool

Point() 공개 메소드

public Point ( Point p ) : System
p Point
리턴 System

Point() 공개 메소드

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

Subtract() 공개 정적인 메소드

public static Subtract ( Point point1, Point point2 ) : Vector
point1 Point
point2 Point
리턴 Vector

ToString() 공개 메소드

public ToString ( ) : string
리턴 string

프로퍼티 상세

X 공개적으로 프로퍼티

public float X
리턴 float

Y 공개적으로 프로퍼티

public float Y
리턴 float

Z 공개적으로 프로퍼티

public float Z
리턴 float