55#ifndef _SO_MOTION3_EVENT_
56#define _SO_MOTION3_EVENT_
#define INVENTOR_API
Disable some annoying warnings on MSVC 6.
#define SO_EVENT_HEADER()
*** note: many of the macros use the "do { ... } while(0)" *** hack to define multiline blocks as a s...
Class for representing a rotation.
Base class for all events.
void setTranslation(const SbVec3f &t)
Set and get the relative change in translation since the last translation event.
const SbRotation & getRotation() const
Set and get the relative change in rotation since the last rotation event.
SoMotion3Event()
Constructor.
const SbVec3f & getTranslation() const
Set and get the relative change in translation since the last translation event.
void setRotation(const SbRotation &r)
Set and get the relative change in rotation since the last rotation event.
virtual ~SoMotion3Event()