Class HeliotropicOrbit

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

public class HeliotropicOrbit extends Orbit
Orbit in the heliotropic reference system. Must be corrected using the longitude of the Sun.
  • Constructor Details

    • HeliotropicOrbit

      public HeliotropicOrbit()
  • Method Details

    • updateLocalTransform

      protected void updateLocalTransform(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