public class Point3D extends Object
| Constructor and Description |
|---|
Point3D(double x,
double y,
double z,
Color color) |
public Point3D(double x,
double y,
double z,
Color color)
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 setpublic RGBColor getColor()
public void setColor(Color color)
color - the color to setCopyright © 2018 Xalys. All rights reserved.