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

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

public class FixedAimingStrategy
extends AbstractAimingStrategy


Constructor Summary
FixedAimingStrategy()
           
 
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

FixedAimingStrategy

public FixedAimingStrategy()
Method Detail

getAngle

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


Copyright © 2008. All Rights Reserved.