Class ViewerPose

    • Field Detail

      • orientation

        public final com.jogamp.math.Quaternion orientation
        Orientation of viewer.
    • Constructor Detail

      • ViewerPose

        public ViewerPose()
      • ViewerPose

        public ViewerPose​(float[] position,
                          com.jogamp.math.Quaternion orientation)
    • Method Detail

      • set

        public final void set​(float[] position,
                              com.jogamp.math.Quaternion orientation)
      • setPosition

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

        public final void setPosition​(com.jogamp.math.Vec3f pos)
        Set position and orientation of this instance.