Open CASCADE Technology
6.9.0
|
defines a Translation of VRML specifying transform properties. This node defines a translation by 3D vector. By default : myTranslation (0,0,0) More...
#include <Vrml_Translation.hxx>
Public Member Functions | |
Vrml_Translation () | |
Vrml_Translation (const gp_Vec &aTranslation) | |
void | SetTranslation (const gp_Vec &aTranslation) |
gp_Vec | Translation () const |
Standard_OStream & | Print (Standard_OStream &anOStream) const |
defines a Translation of VRML specifying transform properties. This node defines a translation by 3D vector. By default : myTranslation (0,0,0)
Vrml_Translation::Vrml_Translation | ( | ) |
Vrml_Translation::Vrml_Translation | ( | const gp_Vec & | aTranslation | ) |
Standard_OStream& Vrml_Translation::Print | ( | Standard_OStream & | anOStream | ) | const |
void Vrml_Translation::SetTranslation | ( | const gp_Vec & | aTranslation | ) |
gp_Vec Vrml_Translation::Translation | ( | ) | const |