C# Class YAMP.SurfacePlotValue.Vertex

Represents one point in the surface plot.
Exibir arquivo Open project: FlorianRappl/YAMP

Public Properties

Property Type Description
X double
Y double
Z double

Property Details

X public_oe property

Gets the x value.
public double X
return double

Y public_oe property

Gets the y value.
public double Y
return double

Z public_oe property

Gets the z value.
public double Z
return double