Uses of Class
simbad.sim.StaticObject

Packages that use StaticObject
simbad.sim   
 

Uses of StaticObject in simbad.sim
 

Subclasses of StaticObject in simbad.sim
 class Arch
          An Arch object to put in the environement.
 class BlockWorldCompositeObject
          Base classt for all composite block world objects (arch...).
 class BlockWorldObject
          Base Object for all simple block world objects (box,wall.).
 class Box
          A box object which can be put in the environment.
 class Wall
          A wall which can be put in the environnement.
 

Methods in simbad.sim with parameters of type StaticObject
private  void PhysicalEngine.computeAgentObjectImpact(SimpleAgent a, StaticObject o, javax.media.j3d.BoundingSphere bsa)
          experimental
protected  boolean PhysicalEngine.intersect(javax.media.j3d.BoundingSphere bs, StaticObject obj)