Class ViewerPose

java.lang.Object
com.jogamp.opengl.util.stereo.ViewerPose

public final class ViewerPose extends Object
position and orientation of viewer.
  • Field Details

  • Constructor Details

    • ViewerPose

      public ViewerPose()
    • ViewerPose

      public ViewerPose(float[] position, Quaternion orientation)
  • Method Details

    • set

      public final void set(float[] position, Quaternion orientation)
    • setPosition

      public final void setPosition(float posX, float posY, float posZ)
      Set position and orientation of this instance.
    • toString

      public final String toString()
      Overrides:
      toString in class Object