Class SoMotion3Event


public class SoMotion3Event extends SoEvent
3D motion events. SoMotion3Event represents 3D relative motion events in the Open Inventor event model.

See Also:
  • Constructor Details

    • SoMotion3Event

      public SoMotion3Event()
      Constructor.
  • Method Details

    • getTranslation

      public SbVec3f getTranslation()
      Gets the relative change in translation since the last translation event.
    • setRotation

      public void setRotation(SbRotation r)
      Sets the relative change in rotation since the last rotation event.
    • setTranslation

      public void setTranslation(SbVec3f t)
      Sets the relative change in translation since the last translation event.
    • getRotation

      public SbRotation getRotation()
      Gets the relative change in rotation since the last rotation event.