Node representing a 3D geometric scaling. More...
#include <Inventor/nodes/SoScale.h>
Public Member Functions | |
virtual SoType | getTypeId () const |
SoScale () | |
Static Public Member Functions | |
static SoType | getClassTypeId () |
Public Attributes | |
SoSFVec3f | scaleFactor |
Node representing a 3D geometric scaling.
This node defines a 3D scaling about the origin. If the components of the scaling vector are not all the same, this produces a non-uniform scale.
scaleFactor | 1 1 1 |
SoGetMatrixAction
Returns the matrix corresponding to the scaling.
SoScale::SoScale | ( | ) |
Creates a scale node with default settings.
static SoType SoScale::getClassTypeId | ( | ) | [static] |
Returns the type identifier for this class.
Reimplemented from SoTransformation.
virtual SoType SoScale::getTypeId | ( | ) | const [virtual] |
Returns the type identifier for this specific instance.
Reimplemented from SoTransformation.
The scaling factors in the x, y, and z dimensions.
Non-positive values may cause undesirable results.