|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface RangeMap
The RangeMap interface supports determining the range to a feature on the map (such as a wall), from an object with a specific pose. It also supports the a method to determine if a point is within the mapped area.
| Method Summary | |
|---|---|
java.awt.Rectangle |
getBoundingRect()
Get the bounding rectangle for the mapped area |
boolean |
inside(Point p)
Test if a point is within the mapped area |
float |
range(Pose pose)
The the range to the nearest wall (or other feature) |
| Method Detail |
|---|
float range(Pose pose)
pose - the pose of the robot
boolean inside(Point p)
p - the point
java.awt.Rectangle getBoundingRect()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||