Class Point3D
java.lang.Object
io.goobi.viewer.model.viewer.object.Point3D
Point3D class.
- Author:
- Florian Alpers
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
Point3D
public Point3D(double x, double y, double z) Constructor for Point3D.
- Parameters:
x- a double.y- a double.z- a double.
-
-
Method Details
-
getX
public double getX()Getter for the field
x.- Returns:
- the x
-
setX
public void setX(double x) Setter for the field
x.- Parameters:
x- the x to set
-
getY
public double getY()Getter for the field
y.- Returns:
- the y
-
setY
public void setY(double y) Setter for the field
y.- Parameters:
y- the y to set
-
getZ
public double getZ()Getter for the field
z.- Returns:
- the z
-
setZ
public void setZ(double z) Setter for the field
z.- Parameters:
z- the z to set
-