Class SoMotion3Event

    • Constructor Detail

      • SoMotion3Event

        public SoMotion3Event()
        Constructor.
    • Method Detail

      • 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.