Interface OrbitAPI


public interface OrbitAPI
Author:
Alex Mosolov Copyright 2012 Fractal Softworks, LLC
  • Method Details

    • getFocus

      SectorEntityToken getFocus()
    • advance

      void advance(float amount)
    • setEntity

      void setEntity(SectorEntityToken entity)
      Parameters:
      entity - entity that's doing the orbiting.
    • makeCopy

      OrbitAPI makeCopy()
    • computeCurrentLocation

      org.lwjgl.util.vector.Vector2f computeCurrentLocation()
    • getOrbitalPeriod

      float getOrbitalPeriod()
    • updateLocation

      void updateLocation()