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