public class Direction
extends java.lang.Object
implements java.io.Serializable
Modifier and Type | Field and Description |
---|---|
private double |
directionX
|
private double |
directionY
|
private double |
directionZ
|
Constructor and Description |
---|
Direction() |
Modifier and Type | Method and Description |
---|---|
double |
getDirectionX() |
double |
getDirectionY() |
double |
getDirectionZ() |
void |
setDirectionX(double directionX) |
void |
setDirectionY(double directionY) |
void |
setDirectionZ(double directionZ) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
private double directionX
private double directionY
private double directionZ
public Direction()
public double getDirectionX()
public void setDirectionX(double directionX)
directionX
- new value for directionXpublic double getDirectionY()
public void setDirectionY(double directionY)
directionY
- new value for directionYpublic double getDirectionZ()
public void setDirectionZ(double directionZ)
directionZ
- new value for directionZ