#include <VrmlData_TextureTransform.hxx>
Inheritance diagram for VrmlData_TextureTransform:
Public Member Functions | |
VrmlData_TextureTransform () | |
VrmlData_TextureTransform (const VrmlData_Scene &theScene, const char *theName) | |
const gp_XY & | Center () const |
Standard_Real | Rotation () const |
const gp_XY & | Scale () const |
const gp_XY & | Translation () const |
void | SetCenter (const gp_XY &V) |
void | SetRotation (const Standard_Real V) |
void | SetScale (const gp_XY &V) |
void | SetTranslation (const gp_XY &V) |
Private Attributes | |
gp_XY | myCenter |
Standard_Real | myRotation |
gp_XY | myScale |
gp_XY | myTranslation |
|
Empty constructor |
|
Constructor |
|
Query the Center |
|
Query the Rotation |
|
Query the Scale |
|
Set the Center |
|
Set the Rotation |
|
Set the Scale |
|
Set the Translation |
|
Query the Translation |
|
|
|
|
|
|
|
|