Class QuaternionOrientation

java.lang.Object
gaiasky.scene.component.QuaternionOrientation
All Implemented Interfaces:
Cloneable

public class QuaternionOrientation extends Object implements Cloneable
  • Field Details

    • provider

      public String provider
      Attitude provider.
    • orientationSource

      public String orientationSource
      Source file(s) for the orientation server. Previously called attitudeSource.
    • orientationServer

      public OrientationServer orientationServer
    • nonRotatedPos

      public Vector3d nonRotatedPos
  • Constructor Details

    • QuaternionOrientation

      public QuaternionOrientation()
  • Method Details

    • setOrientationProvider

      public void setOrientationProvider(String provider)
    • setProvider

      public void setProvider(String provider)
    • clone

      public QuaternionOrientation clone()
      Overrides:
      clone in class Object
    • initialize

      public void initialize(com.badlogic.gdx.assets.AssetManager manager)
    • setUp

      public void setUp(com.badlogic.gdx.assets.AssetManager manager)
    • getQuaternion

      public QuaternionDouble getQuaternion(Instant instant)
    • getCurrentQuaternion

      public QuaternionDouble getCurrentQuaternion()
    • isReady

      public boolean isReady(com.badlogic.gdx.assets.AssetManager manager)