|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--simworldobjects.BasicSimObject | +--simworldobjects.SimWall
Models a simple wall object
Constructor Summary | |
SimWall(double x,
double y,
double z,
double b,
double length,
double width)
Sets up this wall |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public SimWall(double x, double y, double z, double b, double length, double width)
x
- the wall's x coordinatey
- the wall's y coordinatez
- the wall's z coordinateb
- the wall's bearinglength
- the wall's lengthwidth
- the wall's width
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |