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>
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
static void initClass(void)
Definition SoEvent.cpp:98
SoEvent(void)
Definition SoEvent.cpp:128
const SbRotation & getRotation(void) const
Definition SoMotion3Event.cpp:122
void setTranslation(const SbVec3f &t)
Definition SoMotion3Event.cpp:86
SoMotion3Event(void)
Definition SoMotion3Event.cpp:66
void setRotation(const SbRotation &r)
Definition SoMotion3Event.cpp:109
const SbVec3f & getTranslation(void) const
Definition SoMotion3Event.cpp:99