50#ifndef _SO_MOTION3_EVENT_
51#define _SO_MOTION3_EVENT_
53#include <Inventor/SbBasic.h>
54#include <Inventor/SbLinear.h>
55#include <Inventor/events/SoSubEvent.h>
93#ifndef HIDDEN_FROM_DOC
117 static void initClass();
118 static void exitClass();
Class for representing a rotation.
Base class for all events.
void setTranslation(const SbVec3f &t)
Sets the relative change in translation since the last translation event.
const SbRotation & getRotation() const
Gets the relative change in rotation since the last rotation event.
SoMotion3Event()
Constructor.
const SbVec3f & getTranslation() const
Gets the relative change in translation since the last translation event.
void setRotation(const SbRotation &r)
Sets the relative change in rotation since the last rotation event.