public class XYZDataPoint extends Object
Constructor and Description |
---|
XYZDataPoint(double x,
double y,
double z)
Create a new XYZDataPoint.
|
public XYZDataPoint(double x, double y, double z)
x
- the x valuey
- the y valuez
- the z valuepublic double getX()
public void setX(double x)
x
- the x to setpublic double getY()
public void setY(double y)
y
- the y to setpublic double getZ()
public void setZ(double z)
z
- the z to setCopyright © 2015. All rights reserved.