simbad.sim
Class Wall

java.lang.Object
  extended bysimbad.sim.BaseObject
      extended bysimbad.sim.StaticObject
          extended bysimbad.sim.BlockWorldObject
              extended bysimbad.sim.Box
                  extended bysimbad.sim.Wall

public class Wall
extends Box

A wall which can be put in the environnement.


Constructor Summary
Wall(javax.vecmath.Vector3d pos, float length, float height, EnvironmentDescription wd)
           
 
Methods inherited from class simbad.sim.BlockWorldObject
rotate90, setColor
 
Methods inherited from class simbad.sim.StaticObject
attach, detach, getCanBeTraversed, getRotationTransform, getTranslationTransform, rotateY, setCanBeTraversed, translateTo
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Wall

public Wall(javax.vecmath.Vector3d pos,
            float length,
            float height,
            EnvironmentDescription wd)