public interface TurtleInterface
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
VERSION |
Modifier and Type | Method and Description |
---|---|
java.lang.Object |
clone() |
float |
getTheta()
Angle getter
|
float |
getX()
X position getter
|
float |
getY()
Y position getter
|
void |
setTheta(float theta)
Angle setter
|
void |
setX(float x)
X position setter
|
void |
setY(float y)
Y position setter
|
static final java.lang.String VERSION
java.lang.Object clone()
float getTheta()
float getX()
float getY()
void setTheta(float theta)
theta
- void setX(float x)
x
- position floatvoid setY(float y)
y
- position float