C# 클래스 YAMP.SurfacePlotValue.Vertex

Represents one point in the surface plot.
파일 보기 프로젝트 열기: FlorianRappl/YAMP

공개 프로퍼티들

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

프로퍼티 상세

X 공개적으로 프로퍼티

Gets the x value.
public double X
리턴 double

Y 공개적으로 프로퍼티

Gets the y value.
public double Y
리턴 double

Z 공개적으로 프로퍼티

Gets the z value.
public double Z
리턴 double