public class Position extends Object implements Serializable
| Constructor and Description |
|---|
Position() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
Double |
getX()
x number
|
Double |
getY()
y number
|
Double |
getZ()
z number
|
int |
hashCode() |
void |
setX(Double x) |
void |
setY(Double y) |
void |
setZ(Double z) |
String |
toString() |
Position |
x(Double x) |
Position |
y(Double y) |
Position |
z(Double z) |
Copyright © 2017. All Rights Reserved.