Class FreeFlightCamera

java.lang.Object
de.gurkenlabs.litiengine.graphics.Camera
de.gurkenlabs.litiengine.graphics.FreeFlightCamera
All Implemented Interfaces:
ICamera, IUpdateable

public class FreeFlightCamera
extends Camera
implements IUpdateable
  • Constructor Details

    • FreeFlightCamera

      public FreeFlightCamera()
      Initializes a new instance of the FreeFlightCamera.
    • FreeFlightCamera

      public FreeFlightCamera​(double x, double y)
      Initializes a new instance of the FreeFlightCamera with the specified initial focus.
      Parameters:
      x - The x-coordinate of the initial focus of this instance.
      y - The y-coordinate of the initial focus of this instance.
    • FreeFlightCamera

      public FreeFlightCamera​(java.awt.geom.Point2D focus)
      Initializes a new instance of the FreeFlightCamera with the specified initial focus.
      Parameters:
      focus - The initial focus of this instance.
  • Method Details