1#ifndef COIN_SOMOTION3EVENT_H
2#define COIN_SOMOTION3EVENT_H
36#include <Inventor/events/SoEvent.h>
37#include <Inventor/SbVec3f.h>
38#include <Inventor/SbRotation.h>
51 void setTranslation(
const SbVec3f & t);
52 const SbVec3f & getTranslation(
void)
const;
The SbRotation class represents a rotation in 3D space.
Definition SbRotation.h:44
The SbVec3f class is a 3 dimensional vector with floating point coordinates.
Definition SbVec3f.h:51
The SoEvent class is the base class for all Coin events.
Definition SoEvent.h:45
static void initClass(void)
Definition SoEvent.cpp:98
The SoMotion3Event class contains information about 3D movement events.
Definition SoMotion3Event.h:40