public class Point3D extends Object
Constructor and Description |
---|
Point3D(double x,
double y,
double z)
Deprecated.
Creates a new point.
|
Modifier and Type | Method and Description |
---|---|
double |
getX()
Deprecated.
Gets x coordinate.
|
double |
getY()
Deprecated.
Gets the y-coordinate.
|
double |
getZ()
Deprecated.
Gets the z-coordinate.
|
void |
setX(double x)
Deprecated.
Sets the x coordinate
|
void |
setY(double y)
Deprecated.
Sets the y coordinate.
|
void |
setZ(double z)
Deprecated.
Sets the z-coordinate
|
public Point3D(double x, double y, double z)
x
- The x-coordy
- The y-coordz
- The z-coordpublic 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 set