Serializable
public class RobotSetup extends Object implements Serializable
Constructor | Description |
---|---|
RobotSetup(Double x,
Double y,
Double heading) |
Constructs a new RobotSetup.
|
Modifier and Type | Method | Description |
---|---|---|
Double |
getHeading() |
Returns the body, gun, and radar heading (in degrees).
|
Double |
getX() |
Returns the x coordinate.
|
Double |
getY() |
Returns the y coordinate.
|
public Double getX()
null
means unspecified (random).public Double getY()
null
means unspecified (random).public Double getHeading()
null
means unspecified (random).Copyright © 2018. All rights reserved.