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> 
   42   void setTranslation(
const SbVec3f & t);
 
   43   const SbVec3f & getTranslation(
void) 
const;
 
   53 #endif // !COIN_SOMOTION3EVENT_H 
static void initClass(void)
Definition: SoEvent.cpp:87
The SbRotation class represents a rotation in 3D space.SbRotation is used extensively throughout the ...
Definition: SbRotation.h:33
The SoMotion3Event class contains information about 3D movement events.Motion3 events are generated b...
Definition: SoMotion3Event.h:31
The SbVec3f class is a 3 dimensional vector with floating point coordinates.This vector class is used...
Definition: SbVec3f.h:40
The SoEvent class is the base class for all Coin events.Coin contains its own set of event classes...
Definition: SoEvent.h:34