Class ViewerPose

    • Constructor Detail

      • ViewerPose

        public ViewerPose()
      • ViewerPose

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

      • setPosition

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

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