#include <Vrml_Transform.hxx>
Public Member Functions | |
void * | operator new (size_t, void *anAddress) |
void * | operator new (size_t size) |
void | operator delete (void *anAddress) |
Standard_EXPORT | Vrml_Transform () |
Standard_EXPORT | Vrml_Transform (const gp_Vec &aTranslation, const Vrml_SFRotation &aRotation, const gp_Vec &aScaleFactor, const Vrml_SFRotation &aScaleOrientation, const gp_Vec &aCenter) |
Standard_EXPORT void | SetTranslation (const gp_Vec &aTranslation) |
Standard_EXPORT gp_Vec | Translation () const |
Standard_EXPORT void | SetRotation (const Vrml_SFRotation &aRotation) |
Standard_EXPORT Vrml_SFRotation | Rotation () const |
Standard_EXPORT void | SetScaleFactor (const gp_Vec &aScaleFactor) |
Standard_EXPORT gp_Vec | ScaleFactor () const |
Standard_EXPORT void | SetScaleOrientation (const Vrml_SFRotation &aScaleOrientation) |
Standard_EXPORT Vrml_SFRotation | ScaleOrientation () const |
Standard_EXPORT void | SetCenter (const gp_Vec &aCenter) |
Standard_EXPORT gp_Vec | Center () const |
Standard_EXPORT Standard_OStream & | Print (Standard_OStream &anOStream) const |
Private Attributes | |
gp_Vec | myTranslation |
Vrml_SFRotation | myRotation |
gp_Vec | myScaleFactor |
Vrml_SFRotation | myScaleOrientation |
gp_Vec | myCenter |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|