1 #ifndef COIN_SOMOTION3EVENT_H
2 #define COIN_SOMOTION3EVENT_H
27 #include <Inventor/events/SoSubEvent.h>
28 #include <Inventor/SbVec3f.h>
29 #include <Inventor/SbRotation.h>
40 void setTranslation(
const SbVec3f & t);
41 const SbVec3f & getTranslation(
void)
const;
The SbRotation class represents a rotation in 3D space.
Definition: SbRotation.h:33
The SbVec3f class is a 3 dimensional vector with floating point coordinates.
Definition: SbVec3f.h:37
The SoEvent class is the base class for all Coin events.
Definition: SoEvent.h:34
static void initClass(void)
Definition: SoEvent.cpp:82
The SoMotion3Event class contains information about 3D movement events.
Definition: SoMotion3Event.h:31