C# 클래스 BelhardTraining.PointDemo.Point3D

상속: Point2D
파일 보기 프로젝트 열기: bazile/Training 1 사용 예제들

공개 메소드들

메소드 설명
CalculateDistance ( Point3D other ) : double
Point3D ( int x, int y, int z ) : System

메소드 상세

CalculateDistance() 공개 메소드

public CalculateDistance ( Point3D other ) : double
other Point3D
리턴 double

Point3D() 공개 메소드

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