Klasse Shell

java.lang.Object
pp.battleship.model.Shell

public class Shell extends Object
  • Konstruktordetails

    • Shell

      public Shell(com.jme3.math.Vector3f startPosition, com.jme3.math.Vector3f targetPosition, float speed)
  • Methodendetails

    • updatePosition

      public void updatePosition(float deltaTime)
    • getCurrentPosition

      public com.jme3.math.Vector3f getCurrentPosition()
    • isAtTarget

      public boolean isAtTarget()