public class XYZDataPoint extends Object
public XYZDataPoint(double x,
double y,
double z)
x - y - z - public 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 © 2014. All rights reserved.