moagg.game.control.weapon.turret.aiming
Class SmartAimingStrategy

java.lang.Object
  extended by moagg.game.control.weapon.turret.aiming.AbstractAimingStrategy
      extended by moagg.game.control.weapon.turret.aiming.SmartAimingStrategy
All Implemented Interfaces:
AimingStrategy

public class SmartAimingStrategy
extends AbstractAimingStrategy


Constructor Summary
SmartAimingStrategy()
           
 
Method Summary
 int getAngle(Turret turret, AbstractBarrel barrel, GameControl gameControl)
           
 
Methods inherited from class moagg.game.control.weapon.turret.aiming.AbstractAimingStrategy
getCenterAngle
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SmartAimingStrategy

public SmartAimingStrategy()
Method Detail

getAngle

public int getAngle(Turret turret,
                    AbstractBarrel barrel,
                    GameControl gameControl)


Copyright © 2008. All Rights Reserved.