Uses of Class
simbad.sim.LightSensor

Packages that use LightSensor
simbad.demo   
simbad.sim   
 

Uses of LightSensor in simbad.demo
 

Fields in simbad.demo declared as LightSensor
(package private)  LightSensor LightSearchDemo.Robot.sensorLeft
           
(package private)  LightSensor LightSearchDemo.Robot.sensorRight
           
 

Uses of LightSensor in simbad.sim
 

Methods in simbad.sim that return LightSensor
static LightSensor RobotFactory.addLightSensor(Agent agent)
          Adds a prebuild light sensor to the agent.
static LightSensor RobotFactory.addLightSensor(Agent agent, javax.vecmath.Vector3d pos, float angle, java.lang.String label)
          Adds a prebuild light sensor to the agent at a given position.
static LightSensor RobotFactory.addLightSensorLeft(Agent agent)
          Adds a prebuild light sensor on the left of the agent .
static LightSensor RobotFactory.addLightSensorRight(Agent agent)
          Adds a prebuild light sensor on the right of the agent .