Class HeliotropicOrbit

All Implemented Interfaces:
com.badlogic.gdx.utils.Disposable, IGPUVertsRenderable, ILineRenderable, IRenderable, IStarContainer, IPosition

public class HeliotropicOrbit
extends Orbit
Heliotropic orbits must be corrected using the Sun longitude. They are by default in equatorial coordinates.
  • Constructor Details

    • HeliotropicOrbit

      public HeliotropicOrbit()
  • Method Details

    • updateLocalTransform

      protected void updateLocalTransform​(java.time.Instant date)
      Update the local transform with the transform and the rotations/scales necessary. Override if your model contains more than just the position and size.
      Overrides:
      updateLocalTransform in class Orbit