simbad.sim
Class Wall

java.lang.Object
  extended by simbad.sim.BaseObject
      extended by simbad.sim.StaticObject
          extended by simbad.sim.BlockWorldObject
              extended by simbad.sim.Box
                  extended by simbad.sim.Wall

public class Wall
extends Box

A wall which can be put in the environnement.


Field Summary
(package private) static float thickness
           
 
Fields inherited from class simbad.sim.Box
sx, sy, sz
 
Fields inherited from class simbad.sim.StaticObject
appearance, localToVworld, transformedBounds
 
Fields inherited from class simbad.sim.BaseObject
black, branchGroup, canBeTraversed, compilable, detachedFromSceneGraph, group, localBounds, material, rotation, rotationGroup, translation, translationGroup, white, world
 
Constructor Summary
Wall(javax.vecmath.Vector3d pos, float length, float height, EnvironmentDescription wd)
           
 
Method Summary
 
Methods inherited from class simbad.sim.Box
create3D
 
Methods inherited from class simbad.sim.BlockWorldObject
rotate90, setColor
 
Methods inherited from class simbad.sim.StaticObject
create3D, createLocalToVworld, createTransformedBounds, getTransformedBounds, intersect
 
Methods inherited from class simbad.sim.BaseObject
addChild, addChild, attach, compile, create3D, detach, getBounds, getCanBeTraversed, getGroup, getNode, getRotationTransform, getRotationTransformGroup, getTranslation, getTranslationTransform, getTranslationTransform, resetTransforms, rotateY, setBounds, setCanBeTraversed, setWorld, translateTo
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

thickness

static final float thickness
See Also:
Constant Field Values
Constructor Detail

Wall

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