Uses of Class
jrobots.utils.Scan

Packages that use Scan
jrobots.simulation.simulationObjects   
jrobots.utils   
 

Uses of Scan in jrobots.simulation.simulationObjects
 

Methods in jrobots.simulation.simulationObjects that return Scan
protected  Scan JRobot2010.getLastScan()
          Liefert das Ergebnis des letzten "Scanblitzes".
 

Uses of Scan in jrobots.utils
 

Methods in jrobots.utils with parameters of type Scan
static Vector LinearPredictor.predict(Scan scan1, Scan scan2, double time)
          Diese Methode kann dazu benutzt werden, die Bewegung eines Gegners linear zu extrapolieren.