|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectsimbad.sim.BaseObject
simbad.sim.StaticObject
simbad.sim.BlockWorldObject
simbad.sim.Box
simbad.sim.Wall
public class Wall
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 |
---|
static final float thickness
Constructor Detail |
---|
public Wall(javax.vecmath.Vector3d pos, float length, float height, EnvironmentDescription wd)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |