Public Member Functions | |
| Pose (double x, double y, double heading) | |
| Pose (Vector v, double heading) | |
| Vector | getCoordinate () |
| boolean | fuzzyCompare (Pose other, int distanceThreshold, int angleThreshold) |
| boolean | fuzzyCompare (Pose other) |
| String | toString () |
Public Attributes | |
| double | x |
| double | y |
| double | heading |
| Vector | velocity = new Vector(0, 0) |