#include <Scale.hh>
Public Member Functions | |
Scale () | |
void | setScaleFactor (SFVec3f Vec3f) |
SFVec3f | scaleFactor () const |
virtual void | setAttribute (Attribute *A) |
Private Attributes | |
SFVec3f | m_scaleFactor |
vrml1::Scale::Scale | ( | ) |
void vrml1::Scale::setScaleFactor | ( | SFVec3f | Vec3f | ) |
SFVec3f vrml1::Scale::scaleFactor | ( | ) | const |
void vrml1::Scale::setAttribute | ( | Attribute * | A | ) | [virtual] |
Reimplemented from vrml1::Node.
SFVec3f vrml1::Scale::m_scaleFactor [private] |