|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface SimObject
Method Summary | |
---|---|
double |
distanceFromSonar(double x,
double y,
double th,
double range)
|
double |
getHeight()
|
Pose |
getPose()
|
double |
getWidth()
|
void |
setPose(Pose p)
|
Method Detail |
---|
void setPose(Pose p)
Pose getPose()
double getWidth()
double getHeight()
double distanceFromSonar(double x, double y, double th, double range)
x
- The x location of the sonar.y
- The y location of the sonar.th
- The angle of the sonar.range
- The maximum distance that can be returned.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |