simbad.sim
Class Arch

java.lang.Object
  extended bysimbad.sim.BaseObject
      extended bysimbad.sim.StaticObject
          extended bysimbad.sim.BlockWorldObject
              extended bysimbad.sim.BlockWorldCompositeObject
                  extended bysimbad.sim.Arch

public class Arch
extends BlockWorldCompositeObject

An Arch object to put in the environement.


Constructor Summary
Arch(javax.vecmath.Vector3d pos, 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

Arch

public Arch(javax.vecmath.Vector3d pos,
            EnvironmentDescription wd)