C# 클래스 xn.Point3D

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

공개 프로퍼티들

프로퍼티 타입 설명
X System.Single
Y System.Single
Z System.Single

공개 메소드들

메소드 설명
Point3D ( System.Single x, System.Single y, System.Single z ) : System

메소드 상세

Point3D() 공개 메소드

public Point3D ( System.Single x, System.Single y, System.Single z ) : System
x System.Single
y System.Single
z System.Single
리턴 System

프로퍼티 상세

X 공개적으로 프로퍼티

public Single,System X
리턴 System.Single

Y 공개적으로 프로퍼티

public Single,System Y
리턴 System.Single

Z 공개적으로 프로퍼티

public Single,System Z
리턴 System.Single