Class SetView3DTask

java.lang.Object
All Implemented Interfaces:
java.lang.Cloneable, java.lang.Comparable<VideoTask>, XMLObject

public class SetView3DTask
extends VideoTask3D
  • Field Details

    • view_target

      public View3D view_target
    • camera_start

      protected Camera3D camera_start
    • q_LOS

      protected org.jogamp.vecmath.Quat4d q_LOS
    • q_Up

      protected org.jogamp.vecmath.Quat4d q_Up
    • axis_LOS

      protected org.jogamp.vecmath.AxisAngle4d axis_LOS
    • axis_Up

      protected org.jogamp.vecmath.AxisAngle4d axis_Up
    • set_zoom

      public boolean set_zoom
    • set_target

      public boolean set_target
  • Constructor Details

    • SetView3DTask

      public SetView3DTask()
    • SetView3DTask

      public SetView3DTask​(long start, long stop, View3D view)
    • SetView3DTask

      public SetView3DTask​(long start, long stop, View3D view, boolean set_zoom, boolean set_target)
  • Method Details