Class PrecessionComponent

java.lang.Object
gaiasky.scenegraph.component.PrecessionComponent

public class PrecessionComponent
extends java.lang.Object
Provides the information for the precession of this body
  • Field Summary

    Fields
    Modifier and Type Field Description
    float precessionAngle
    Precession angle in deg
    float precessionPosition
    Current precession position around y
    protected float precessionVelocity
    Precession velocity in deg/s
  • Constructor Summary

    Constructors
    Constructor Description
    PrecessionComponent()  
  • Method Summary

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Field Details

    • precessionAngle

      public float precessionAngle
      Precession angle in deg
    • precessionVelocity

      protected float precessionVelocity
      Precession velocity in deg/s
    • precessionPosition

      public float precessionPosition
      Current precession position around y
  • Constructor Details

    • PrecessionComponent

      public PrecessionComponent()