C# 클래스 MorphExtractorCL.Point3Dd

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

공개 메소드들

메소드 설명
EuclideanDistanceTo ( Point3Dd other ) : double
Point3Dd ( double x, double y, double z ) : System

메소드 상세

EuclideanDistanceTo() 공개 메소드

public EuclideanDistanceTo ( Point3Dd other ) : double
other Point3Dd
리턴 double

Point3Dd() 공개 메소드

public Point3Dd ( double x, double y, double z ) : System
x double
y double
z double
리턴 System