#include <Translation.hh>
Public Member Functions | |
Translation () | |
void | setTranslation (SFVec3f translation) |
SFVec3f | translation () const |
virtual void | setAttribute (Attribute *A) |
Private Attributes | |
SFVec3f | m_translation |
vrml1::Translation::Translation | ( | ) |
void vrml1::Translation::setTranslation | ( | SFVec3f | translation | ) |
SFVec3f vrml1::Translation::translation | ( | ) | const |
void vrml1::Translation::setAttribute | ( | Attribute * | A | ) | [virtual] |
Reimplemented from vrml1::Node.
SFVec3f vrml1::Translation::m_translation [private] |