simbad.sim
Class Arch

java.lang.Object
  extended by simbad.sim.BaseObject
      extended by simbad.sim.StaticObject
          extended by simbad.sim.BlockWorldObject
              extended by simbad.sim.BlockWorldCompositeObject
                  extended by simbad.sim.Arch

public class Arch
extends BlockWorldCompositeObject

An Arch object to put in the environement.


Field Summary
 
Fields inherited from class simbad.sim.BlockWorldCompositeObject
components
 
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
Arch(javax.vecmath.Vector3d pos, EnvironmentDescription wd)
           
 
Method Summary
(package private)  void create3D(EnvironmentDescription wd)
           
 
Methods inherited from class simbad.sim.BlockWorldCompositeObject
addComponent, createTransformedBounds, intersect
 
Methods inherited from class simbad.sim.BlockWorldObject
rotate90, setColor
 
Methods inherited from class simbad.sim.StaticObject
create3D, createLocalToVworld, getTransformedBounds
 
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
 

Constructor Detail

Arch

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

create3D

void create3D(EnvironmentDescription wd)