Node representing a 3D translation. More...
#include <Inventor/nodes/SoTranslation.h>
Public Member Functions | |
virtual SoType | getTypeId () const |
SoTranslation () | |
Static Public Member Functions | |
static SoType | getClassTypeId () |
Public Attributes | |
SoSFVec3f | translation |
Node representing a 3D translation.
This node defines a translation by a 3D vector.
translation | 0 0 0 |
SoGetMatrixAction
Returns the matrix corresponding to the translation.
SoTranslation::SoTranslation | ( | ) |
Creates a translation node with default settings.
static SoType SoTranslation::getClassTypeId | ( | ) | [static] |
Returns the type identifier for this class.
Reimplemented from SoTransformation.
Reimplemented in SoShuttle.
virtual SoType SoTranslation::getTypeId | ( | ) | const [virtual] |
Returns the type identifier for this specific instance.
Reimplemented from SoTransformation.
Reimplemented in SoShuttle.
Translation vector.