Open CASCADE Technology
6.9.0
|
defines a Scale node of VRML specifying transform properties. This node defines a 3D scaling about the origin. By default : myRotation = (1 1 1) More...
#include <Vrml_Scale.hxx>
Public Member Functions | |
Vrml_Scale () | |
Vrml_Scale (const gp_Vec &aScaleFactor) | |
void | SetScaleFactor (const gp_Vec &aScaleFactor) |
gp_Vec | ScaleFactor () const |
Standard_OStream & | Print (Standard_OStream &anOStream) const |
defines a Scale node of VRML specifying transform properties. This node defines a 3D scaling about the origin. By default : myRotation = (1 1 1)
Vrml_Scale::Vrml_Scale | ( | ) |
Vrml_Scale::Vrml_Scale | ( | const gp_Vec & | aScaleFactor | ) |
Standard_OStream& Vrml_Scale::Print | ( | Standard_OStream & | anOStream | ) | const |
gp_Vec Vrml_Scale::ScaleFactor | ( | ) | const |
void Vrml_Scale::SetScaleFactor | ( | const gp_Vec & | aScaleFactor | ) |