Class DIVector
java.lang.Object
de.klassenserver7b.danceinterpreter.graphics.util.DIVector
- Author:
- K7
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
x
private double x -
y
private double y -
z
private double z
-
-
Constructor Details
-
DIVector
public DIVector(double x, double y, double z) -
DIVector
public DIVector(double x, double y)
-
-
Method Details
-
getX
public double getX()- Returns:
- the x
-
getY
public double getY()- Returns:
- the y
-
getZ
public double getZ()- Returns:
- the z
-
setX
public void setX(double x) - Parameters:
x
- the x to set
-
setY
public void setY(double y) - Parameters:
y
- the y to set
-
setZ
public void setZ(double z) - Parameters:
z
- the z to set
-
copy
-